Notices
ECU Flash

Need -19º stock ecu evo VIII 2004 USDM

Thread Tools
 
Search this Thread
 
Old Mar 28, 2011 | 06:39 AM
  #1  
Spizz's Avatar
Thread Starter
Newbie
 
Joined: Mar 2009
Posts: 14
Likes: 0
From: Spain
Need -19º stock ecu evo VIII 2004 USDM

Hi I need help, and I tried everything, tephra 5.1, 7, timing retard, and not get my timing down to -10 º I need someone to help me. My USDM Evo VIII is a 2004, stock ecu ide 9417008.

I can pay dollars or euros, to transfer to one to help me I live in Spain

Help please. If you can not do this let me know too please.

Reply
Old Mar 28, 2011 | 06:40 AM
  #2  
Spizz's Avatar
Thread Starter
Newbie
 
Joined: Mar 2009
Posts: 14
Likes: 0
From: Spain
need -19º only
Reply
Old Mar 28, 2011 | 06:58 AM
  #3  
Jedi_Gill's Avatar
Evolving Member
FCOTM Winner
iTrader: (25)
 
Joined: Apr 2004
Posts: 476
Likes: 1
From: Chicago
I might have one, but what's a 19 degree Ecu mean?
Reply
Old Mar 28, 2011 | 07:25 AM
  #4  
todd6027's Avatar
Evolved Member
iTrader: (10)
 
Joined: Jun 2007
Posts: 1,861
Likes: 13
From: Ireland
he means he cant get his timing to go down to -10
Reply
Old Mar 28, 2011 | 07:26 AM
  #5  
Raptord's Avatar
Evolved Member
iTrader: (10)
 
Joined: Mar 2009
Posts: 3,525
Likes: 20
From: Gatineau, Quebec, Canada
He wants to be able to retard timing to -19°
Reply
Old Mar 28, 2011 | 02:24 PM
  #6  
Spizz's Avatar
Thread Starter
Newbie
 
Joined: Mar 2009
Posts: 14
Likes: 0
From: Spain
Originally Posted by Raptord
He wants to be able to retard timing to -19°
Reply
Old Mar 28, 2011 | 07:09 PM
  #7  
Boosted Tuning's Avatar
Former Sponsor
iTrader: (12)
 
Joined: Jun 2005
Posts: 2,383
Likes: 8
From: Chico, CA (Nor-Cal)
Look for the table "Ignition retard limit". Its set for -10 stock.
Reply
Old Mar 28, 2011 | 07:20 PM
  #8  
JohnBradley's Avatar
Evolved Member
Shutterbug
Liked
Loved
Community Favorite
iTrader: (30)
 
Joined: Jan 2004
Posts: 11,406
Likes: 78
From: Northwest
Doesnt work. Tried already on the VIII, there must be a missing table somewhere.

aaron
Reply
Old Mar 28, 2011 | 07:22 PM
  #9  
RazorLab's Avatar
EvoM Guru
20 Year Member
Liked
Loved
Community Favorite
iTrader: (8)
 
Joined: Aug 2003
Posts: 14,094
Likes: 1,092
From: Mid-Hudson, NY
Originally Posted by JohnBradley
Doesnt work. Tried already on the VIII, there must be a missing table somewhere.

aaron
You need to also change the value in the table at 0x173e for 7/8 and 0x133e for 9.

Setting the value to:

220 allows -15°
237 allows -18°
255 allows -22°

Also from mrfred awhile back:

Originally Posted by mrfred
I've been sniffing around the subroutine that sets the ignition retard limit, and it appears that in the newer ROMs, there are two ignition retard limit tables that are used for two different operating conditions. Not sure yet on what conditions these are, but here are the two tables for the 8859XX15 and the 9653XX06. They may both need to be set more neg for ignition to retard further under all conditions. Note that the max possible neg value is about -28 deg. Should be easy for people running newer JDM, EDM, and ADM ROMs to find the additional table by comparing the offset between the two addresses.

8859XX15:

<scaling name="IgnTimingECUa" units="deg" toexpr="61-x*90/256" frexpr="(61-x)*256/90" format="%.1f" min="-30" max="50" inc="1" storagetype="uint16" endian="big"/>
<table name="Ignition Retard Limit #1" category="Timing" address="205e" type="1D" level="1" scaling="IgnTimingECUa"/>
<table name="Ignition Retard Limit #2" category="Timing" address="133e" type="1D" level="1" scaling="IgnTimingECUa"/>

9653XX06:

<scaling name="IgnTimingECUa" units="deg" toexpr="61-x*90/256" frexpr="(61-x)*256/90" format="%.1f" min="-30" max="50" inc="1" storagetype="uint16" endian="big"/>
<table name="Ignition Retard Limit #1" category="Timing" address="2438" type="1D" level="1" scaling="IgnTimingECUa"/>
<table name="Ignition Retard Limit #2" category="Timing" address="173e" type="1D" level="1" scaling="IgnTimingECUa"/>

88570008-88570014, 88580013-88580015, 88840016, 88900006

<scaling name="IgnTimingECUa" units="deg" toexpr="61-x*90/256" frexpr="(61-x)*256/90" format="%.1f" min="-30" max="50" inc="1" storagetype="uint16" endian="big"/>
<table name="Ignition Retard Limit #1" category="Timing" address="2038" type="1D" level="1" scaling="IgnTimingECUa"/>
<table name="Ignition Retard Limit #2" category="Timing" address="133e" type="1D" level="1" scaling="IgnTimingECUa"/>


9417XXXX has only one ignition retard limit table:

<scaling name="IgnTimingECUa" units="deg" toexpr="61-x*90/256" frexpr="(61-x)*256/90" format="%.1f" min="-30" max="50" inc="1" storagetype="uint16" endian="big"/>
<table name="Ignition Retard Limit #2" category="Timing" address="173e" type="1D" level="1" scaling="IgnTimingECUa"/>

Last edited by razorlab; Mar 28, 2011 at 07:32 PM.
Reply
Old Mar 28, 2011 | 09:45 PM
  #10  
donner's Avatar
Evolving Member
iTrader: (1)
 
Joined: Aug 2009
Posts: 199
Likes: 2
From: Europe
Originally Posted by razorlab
You need to also change the value in the table at 0x173e for 7/8 and 0x133e for 9.

Setting the value to:

220 allows -15°
237 allows -18°
255 allows -22°

Also from mrfred awhile back:
I have tested mrfreds addresses with 9653 and best I got was -10. With 9 (8858) I can get -20.
Reply
Old Mar 28, 2011 | 11:54 PM
  #11  
JohnBradley's Avatar
Evolved Member
Shutterbug
Liked
Loved
Community Favorite
iTrader: (30)
 
Joined: Jan 2004
Posts: 11,406
Likes: 78
From: Northwest
Also verified that the 173e in 94170015 doesnt go past -10. I added the following addresses and settings as I would in the IX-

0x173f
0x4300 (decel ignition cut limit)

Then I altered the EGR timing table and nothing. Unless I am having a super blonde moment, there is something else we dont have for the USDM stuff. It works in the IXs, havent been able to get any VIIIs to work.
Reply
Old Mar 29, 2011 | 01:47 AM
  #12  
Spizz's Avatar
Thread Starter
Newbie
 
Joined: Mar 2009
Posts: 14
Likes: 0
From: Spain
There are some VIII USDM to -15 º or -19 º?????? with stock ecu. or is it a legend??

Reply
Old Mar 29, 2011 | 04:59 AM
  #13  
Benja's Avatar
Evolved Member
 
Joined: Sep 2006
Posts: 800
Likes: 0
From: Newcastle, Australia.
Can't get my JDM 7 to go past -10 either.
This is whats defined in my 9055 XML.

table name="Ignition Retard Max Degrees - dec" category="Timing" address="173e" type="1D" scaling="Retarduint16"/>
<table name="Ignition Retard Max Degrees - hex" category="Timing" address="173f" type="1D" scaling="RetardHex8"/>
Reply
Old Feb 5, 2012 | 07:07 AM
  #14  
EvocentriK's Avatar
Evolved Member
15 Year Member
Photogenic
Liked
 
Joined: May 2010
Posts: 500
Likes: 4
From: Australia
...wrong thread.....cannot delete post.........
Reply
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
vaqusis
09+ Ralliart Engine/Turbo/Drivetrain
56
Sep 29, 2017 08:35 AM
211Ratsbud
Evo Engine / Turbo / Drivetrain
1
Dec 24, 2016 10:09 AM
TouringBubble
ECU Flash
33
Sep 22, 2008 06:28 AM
TouringBubble
ECU Flash
13
Oct 15, 2007 04:05 PM
Evo11V
Evo Engine / Turbo / Drivetrain
33
Mar 2, 2004 06:33 PM




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