First Log on my Evo IX
Originally Posted by Mojo Rising
Does anyone recommend using an "octane booster" aditive, if planning a trip to CA?
JB
Can someone tell me how I can delete a map that was created by right clicking from within the Rom?
I right click on a map that I want to remove and there are only a new map and edit map options. In the edit map there are no delete map options.
EDIT: I figured out how to do it.
I right click on a map that I want to remove and there are only a new map and edit map options. In the edit map there are no delete map options.
EDIT: I figured out how to do it.
Last edited by nj1266; Jun 1, 2007 at 10:17 AM.
EvoM Guru
iTrader: (50)
Joined: Mar 2006
Posts: 9,675
Likes: 132
From: Tri-Cities, WA // Portland, OR
I recommend giving up on trying to add/change/edit within ECUFlash. Its easier to manually edit (add/change/delete) the definition file by editing the file directly in a text editor. You'll also get a much better idea of how things work. One thing that might be confusing you is that ECUFlash uses two xml files, the "base" file and then the specific ROM definition file. Many of the base definitions and all the scalings are stored in the base file. Parts of the definitions that are specific to the table address are stored in the ROM xml file.
I recommend giving up on trying to add/change/edit within ECUFlash. Its easier to manually edit (add/change/delete) the definition file by editing the file directly in a text editor. You'll also get a much better idea of how things work. One thing that might be confusing you is that ECUFlash uses two xml files, the "base" file and then the specific ROM definition file. Many of the base definitions and all the scalings are stored in the base file. Parts of the definitions that are specific to the table address are stored in the ROM xml file.
BTW, I figured out how to remove a map from within ECUflash.
Read this post:
https://www.evolutionm.net/forums/sh...57#post4364757
If you want to see lean spool start/stop values, go into your 88590015.xml file, and add these items:
<table name="Lean Spool Start RPM" address="1281"/>
<table name="Lean Spool Stop RPM" address="1285"/>
Then go into your evo9base.xml file, and add these items:
<table name="Lean Spool Start RPM" category="Turbo" type="1D" scaling="RPMStatLimit8"/>
<table name="Lean Spool Stop RPM" category="Turbo" type="1D" scaling="RPMStatLimit8"/>
There is another thread on lean spool that is worth reading:
https://www.evolutionm.net/forums/sh...d.php?t=273119
https://www.evolutionm.net/forums/sh...57#post4364757
If you want to see lean spool start/stop values, go into your 88590015.xml file, and add these items:
<table name="Lean Spool Start RPM" address="1281"/>
<table name="Lean Spool Stop RPM" address="1285"/>
Then go into your evo9base.xml file, and add these items:
<table name="Lean Spool Start RPM" category="Turbo" type="1D" scaling="RPMStatLimit8"/>
<table name="Lean Spool Stop RPM" category="Turbo" type="1D" scaling="RPMStatLimit8"/>
There is another thread on lean spool that is worth reading:
https://www.evolutionm.net/forums/sh...d.php?t=273119
Last edited by nj1266; Jun 1, 2007 at 11:00 AM.
EvoM Guru
iTrader: (50)
Joined: Mar 2006
Posts: 9,675
Likes: 132
From: Tri-Cities, WA // Portland, OR
<table name="Lean Spool Start RPM" category="Misc" address="1280" type="1D" level="1" scaling="RPMStatLimit"/>
<table name="Lean Spool Stop RPM" category="Misc" address="1284" type="1D" level="1" scaling="RPMStatLimit"/>
or
<table name="Lean Spool Start RPM" category="Misc" address="1281" type="1D" level="1" scaling="RPMStatLimit8"/>
<table name="Lean Spool Stop RPM" category="Misc" address="1285" type="1D" level="1" scaling="RPMStatLimit8"/>
7594 is fine if that's what you want to use.
mrfred,
I used these codes in the 88590015.xml file:
<table name="Lean Spool Enable" address="1280" scaling="RPMStatLimit"/>
<table name="Lean Spool Disable" address="1282" scaling="RPMStatLimit"/>
And these codes in the evo9base.xml file:
<table name="Lean Spool Enable" category="Turbo" type="1D" level="1"/>
<table name="Lean Spool Disable" category="Turbo" type="1D" level="1"/>
That gave me two tables in the Rom with the start set @ 2500 rpm and the stop set @ 4531 rpm. How can I get 7000 rpm for lean spool disable?
I used these codes in the 88590015.xml file:
<table name="Lean Spool Enable" address="1280" scaling="RPMStatLimit"/>
<table name="Lean Spool Disable" address="1282" scaling="RPMStatLimit"/>
And these codes in the evo9base.xml file:
<table name="Lean Spool Enable" category="Turbo" type="1D" level="1"/>
<table name="Lean Spool Disable" category="Turbo" type="1D" level="1"/>
That gave me two tables in the Rom with the start set @ 2500 rpm and the stop set @ 4531 rpm. How can I get 7000 rpm for lean spool disable?
EvoM Guru
iTrader: (50)
Joined: Mar 2006
Posts: 9,675
Likes: 132
From: Tri-Cities, WA // Portland, OR
mrfred,
I used these codes in the 88590015.xml file:
<table name="Lean Spool Enable" address="1280" scaling="RPMStatLimit"/>
<table name="Lean Spool Disable" address="1282" scaling="RPMStatLimit"/>
And these codes in the evo9base.xml file:
<table name="Lean Spool Enable" category="Turbo" type="1D" level="1"/>
<table name="Lean Spool Disable" category="Turbo" type="1D" level="1"/>
That gave me two tables in the Rom with the start set @ 2500 rpm and the stop set @ 4531 rpm. How can I get 7000 rpm for lean spool disable?
I used these codes in the 88590015.xml file:
<table name="Lean Spool Enable" address="1280" scaling="RPMStatLimit"/>
<table name="Lean Spool Disable" address="1282" scaling="RPMStatLimit"/>
And these codes in the evo9base.xml file:
<table name="Lean Spool Enable" category="Turbo" type="1D" level="1"/>
<table name="Lean Spool Disable" category="Turbo" type="1D" level="1"/>
That gave me two tables in the Rom with the start set @ 2500 rpm and the stop set @ 4531 rpm. How can I get 7000 rpm for lean spool disable?
Hmm. I'm starting to feel like you didn't read anything I suggested that you read. 0x1282 is not the lean spool disable address. Its something completely different. It is not even an rpm value. If you changed that value, you should change it back. After that, change the 0x1282 to 0x1284, and then you will see the lean spool disable rpm.
EvoM Guru
iTrader: (50)
Joined: Mar 2006
Posts: 9,675
Likes: 132
From: Tri-Cities, WA // Portland, OR
<table name="Lean Spool Start RPM" category="Misc" address="1280" type="1D" level="1" scaling="RPMStatLimit"/>
<table name="Lean Spool Stop RPM" category="Misc" address="1284" type="1D" level="1" scaling="RPMStatLimit"/>
Paste them in just like you did for the JDM MAP setup. You will see lean spool start/stop expressed as rpm. The enable should be 2500, and the disable should be 7000.
Its not hard. Just add these two entries to your 88590015.xml file:
<table name="Lean Spool Start RPM" category="Misc" address="1280" type="1D" level="1" scaling="RPMStatLimit"/>
<table name="Lean Spool Stop RPM" category="Misc" address="1284" type="1D" level="1" scaling="RPMStatLimit"/>
Paste them in just like you did for the JDM MAP setup. You will see lean spool start/stop expressed as rpm. The enable should be 2500, and the disable should be 7000.
<table name="Lean Spool Start RPM" category="Misc" address="1280" type="1D" level="1" scaling="RPMStatLimit"/>
<table name="Lean Spool Stop RPM" category="Misc" address="1284" type="1D" level="1" scaling="RPMStatLimit"/>
Paste them in just like you did for the JDM MAP setup. You will see lean spool start/stop expressed as rpm. The enable should be 2500, and the disable should be 7000.
EvoM Guru
iTrader: (50)
Joined: Mar 2006
Posts: 9,675
Likes: 132
From: Tri-Cities, WA // Portland, OR
Yep, and 7594 is fine if you want to keep it around 7500. I also suggest that you try setting the disable rpm to 2500. This effectively turns off the lean spool program. Most people find that its easier to control AFR with lean spool turned off like this. And actually, I'd be very interested if you could log some WOT runs with the lean spool start/stop rpm set to 2500. I'd like to see how the AFR compares to your run that you posted at the start of this thread.






