Notices
Evo X Engine Management / Tuning Forums Discuss the major engine management systems.

correct stat rev limit ECUFlash definitions for USDM Evo 10 GSR

Thread Tools
 
Search this Thread
 
Old May 18, 2009, 05:58 PM
  #1  
EvoM Guru
Thread Starter
iTrader: (50)
 
mrfred's Avatar
 
Join Date: Mar 2006
Location: Tri-Cities, WA // Portland, OR
Posts: 9,675
Received 128 Likes on 96 Posts
correct stat rev limit ECUFlash definitions for USDM Evo 10 GSR

A few people have mentioned that the stationary rev limit is not working for their USDM Evo 10 GSRs, e.g.:

https://www.evolutionm.net/forums/ev...v-limiter.html

https://www.evolutionm.net/forums/ev...v-limiter.html

Turns out that the stat rev limit definitions in ECUFlash 1.41 are incorrect, at least for USDM Evo 10 GSRs. The correct definitions for the USDM Evo 10 GSR are below. If you follow the instructions here, it will work for any USDM Evo 10 GSR (52680015 to 52680020. Paste everything between the "----" into the "52680015.xml" file and ignore the old stat rev limit definitions. I don't have time to find the correct stationary rev limit definitions for the other ROMs. Hopefully, other people can figure it out by looking at offsets between addresses of known items.

----
<scaling name="VehicleSpeedFreq" units="km/h" toexpr="x*0.25" frexpr="x/0.25" format="%.1f" min="0" max="64" inc="0.2" storagetype="uint16" endian="big"/>

<table name="Stationary Rev Limit" category="Limits" address="54670" type="1D" scaling="RPMStatLimit"/>

<table name="Max Speed for Stationary Rev Limit" category="Limits" address="5466e" type="1D" scaling="VehicleSpeedFreq"/>

<table name="Stationary Rev Limit Cross Under Max Speed Enable Delay" category="Limits" address="54672" type="1D" scaling="Time"/>
----

EDIT: Changed "Misc Limits" to "Limits" so that the definitions show up in the correct place in ECUFlash.

EDIT: Changed the destination for the definitions from "52680015_mods.xml" to "52680015.xml".

Last edited by mrfred; Jul 9, 2009 at 08:34 AM.
Old May 18, 2009, 06:16 PM
  #2  
Evolved Member
 
LaXGSR's Avatar
 
Join Date: Apr 2009
Location: US
Posts: 536
Likes: 0
Received 0 Likes on 0 Posts
Thanks mrfred! Anyone want to figure it out for 52680018? Or could someone post a 52680015 ROM so I could take a look at the offsets in there relative to 0018?
Old May 18, 2009, 07:41 PM
  #3  
EvoM Guru
Thread Starter
iTrader: (50)
 
mrfred's Avatar
 
Join Date: Mar 2006
Location: Tri-Cities, WA // Portland, OR
Posts: 9,675
Received 128 Likes on 96 Posts
Originally Posted by LaXGSR
Thanks mrfred! Anyone want to figure it out for 52680018? Or could someone post a 52680015 ROM so I could take a look at the offsets in there relative to 0018?
It works for all the USDM Evo 10 GSR ROMs if you paste it into the file I mentioned.
Old May 18, 2009, 08:15 PM
  #4  
Evolving Member
iTrader: (5)
 
droppinbottom's Avatar
 
Join Date: Mar 2008
Location: Corpus Christi Texas
Posts: 338
Likes: 0
Received 0 Likes on 0 Posts
I've been wondering what you have been up to. Got any plans for this weekend?

Last edited by droppinbottom; Jul 28, 2010 at 04:02 PM.
Old May 18, 2009, 08:51 PM
  #5  
EvoM Guru
Thread Starter
iTrader: (50)
 
mrfred's Avatar
 
Join Date: Mar 2006
Location: Tri-Cities, WA // Portland, OR
Posts: 9,675
Received 128 Likes on 96 Posts
Originally Posted by droppinbottom
I've been wondering what you have been up to. I got my boost pill in the mail today from GST. Got any plans for this weekend?
I've probably gotta finish rebuilding my deck this coming weekend. Fun stuff. :-( If you're willing to help, I could make time to help with your Evo if you want. :-) And I could show you my ethanol sensor and gauge install. I did such a good job, I feel like I have to show someone. :-)
Old May 18, 2009, 11:13 PM
  #6  
Evolved Member
iTrader: (9)
 
Hiboost's Avatar
 
Join Date: Apr 2005
Location: Rochester, NY
Posts: 3,222
Received 8 Likes on 8 Posts
Hmm, maybe I'm stupid but I pasted this into that 52680015_mods.xml file under the "Limits" section and things look the same as before. When access my rom in EcuFlash it shows the ~5500 limit but I know it was set to 6k by EcuTek. It still may work but I guess I was expecting it to have the 6000 rpm limit in the field. Maybe there is another spot as well?

Originally Posted by mrfred
A few people have mentioned that the stationary rev limit is not working for their USDM Evo 10 GSRs, e.g.:

https://www.evolutionm.net/forums/ev...v-limiter.html

https://www.evolutionm.net/forums/ev...v-limiter.html

Turns out that the stat rev limit definitions in ECUFlash 1.41 are incorrect, at least for USDM Evo 10 GSRs. The correct definitions for the USDM Evo 10 GSR are below. Paste everything between the "----" into the "52680015_mods.xml" file, and ignore the old stat rev limit definitions. I don't have time to find it for the other ROMs. Hopefully, other people can figure it out by looking at offsets between addresses of known items.

----
<scaling name="VehicleSpeedFreq" units="km/h" toexpr="x*0.25" frexpr="x/0.25" format="%.1f" min="0" max="64" inc="0.2" storagetype="uint16" endian="big"/>

<table name="Stationary Rev Limit" category="Misc Limits" address="54670" type="1D" scaling="RPMStatLimit"/>

<table name="Max Speed for Stationary Rev Limit" category="Misc Limits" address="5466e" type="1D" scaling="VehicleSpeedFreq"/>

<table name="Stationary Rev Limit Cross Under Max Speed Enable Delay" category="Misc Limits" address="54672" type="1D" scaling="Time"/>
----
Old May 18, 2009, 11:38 PM
  #7  
EvoM Guru
Thread Starter
iTrader: (50)
 
mrfred's Avatar
 
Join Date: Mar 2006
Location: Tri-Cities, WA // Portland, OR
Posts: 9,675
Received 128 Likes on 96 Posts
I used "Misc Limits" instead of "Limits". I'll fix the defs in the first post so that they show up under "Limits". Remember to ignore the old table.
Old May 19, 2009, 03:58 AM
  #8  
Evolving Member
iTrader: (13)
 
hawaiian_evo's Avatar
 
Join Date: Jul 2006
Location: Hawaii
Posts: 460
Likes: 0
Received 0 Likes on 0 Posts
Originally Posted by Hiboost
Hmm, maybe I'm stupid but I pasted this into that 52680015_mods.xml file under the "Limits" section and things look the same as before. When access my rom in EcuFlash it shows the ~5500 limit but I know it was set to 6k by EcuTek. It still may work but I guess I was expecting it to have the 6000 rpm limit in the field. Maybe there is another spot as well?
same issue here???
Old May 19, 2009, 05:06 AM
  #9  
Evolving Member
iTrader: (5)
 
droppinbottom's Avatar
 
Join Date: Mar 2008
Location: Corpus Christi Texas
Posts: 338
Likes: 0
Received 0 Likes on 0 Posts
Originally Posted by mrfred
I've probably gotta finish rebuilding my deck this coming weekend. A. :-( If you're willing to help, I could make time to help with your A if you want. :-) And I could show you my ethanol sensor and gauge install. I did such a good job, I feel like I have to show someone. :-)
Just give me a call when you are working on your deck. I should have some free time this weekend. I don't plan on installing the pill untill I can log boost.
Old May 19, 2009, 08:00 AM
  #10  
EvoM Guru
Thread Starter
iTrader: (50)
 
mrfred's Avatar
 
Join Date: Mar 2006
Location: Tri-Cities, WA // Portland, OR
Posts: 9,675
Received 128 Likes on 96 Posts
Originally Posted by hawaiian_evo
same issue here???
I made a slight change to the definitions so that they show up in the expected location. Paste the current defs in post #1 over the ones you originally added.

Last edited by mrfred; May 19, 2009 at 08:02 AM.
Old May 19, 2009, 08:26 AM
  #11  
Evolved Member
iTrader: (9)
 
Hiboost's Avatar
 
Join Date: Apr 2005
Location: Rochester, NY
Posts: 3,222
Received 8 Likes on 8 Posts
Wierd, I'm still not seeing it pick up the higher rev limit that I know EcuTek tune has set.
Old May 19, 2009, 09:01 AM
  #12  
EvoM Guru
Thread Starter
iTrader: (50)
 
mrfred's Avatar
 
Join Date: Mar 2006
Location: Tri-Cities, WA // Portland, OR
Posts: 9,675
Received 128 Likes on 96 Posts
Originally Posted by Hiboost
Wierd, I'm still not seeing it pick up the higher rev limit that I know EcuTek tune has set.
The tables that I posted are definitely correct. Are you seeing them now?
Old May 19, 2009, 10:12 AM
  #13  
EvoM Guru
Thread Starter
iTrader: (50)
 
mrfred's Avatar
 
Join Date: Mar 2006
Location: Tri-Cities, WA // Portland, OR
Posts: 9,675
Received 128 Likes on 96 Posts
I just remembered that the as-installed version of ECUFlash does not automatically parse the "52680015_mods.xml" file, so that's why no one is seeing the new definitions. Move the definitions over to the "52680015.xml" file, and then they will definitely be visible (for USDM Evo 10 GSRs). I have updated the first post accordingly.
Old May 19, 2009, 11:12 AM
  #14  
Evolved Member
iTrader: (9)
 
Hiboost's Avatar
 
Join Date: Apr 2005
Location: Rochester, NY
Posts: 3,222
Received 8 Likes on 8 Posts
Ah good catch, I'm definitely new on the scene to EcuFlash but getting more familiar day by day. I'll test out the changes and see if it shows the higher rev limit after work.
Old May 19, 2009, 06:23 PM
  #15  
Evolving Member
iTrader: (13)
 
hawaiian_evo's Avatar
 
Join Date: Jul 2006
Location: Hawaii
Posts: 460
Likes: 0
Received 0 Likes on 0 Posts
did anyone get this working?


Quick Reply: correct stat rev limit ECUFlash definitions for USDM Evo 10 GSR



All times are GMT -7. The time now is 10:05 AM.