Notices
ECU Flash

Ignition Retard Limit

Thread Tools
 
Search this Thread
 
Old Oct 19, 2008, 04:08 AM
  #16  
Evolved Member
 
cossie1's Avatar
 
Join Date: Aug 2007
Location: UK
Posts: 569
Likes: 0
Received 1 Like on 1 Post
Originally Posted by tephra
173e doesn't work for all rom's - my first post has what 173e is in evo9 land

I looked at the code for 90550001 and its totally different... doh

Interestingly in 90550011 the 0x173e is 0xBC not 0xCB
Sorry didn't make my post clear.

0x173e unit 16 or 0x173f unit 8 works for all evo 7 and 8 roms.

0x133e unit 16 works for all evo 9 roms.
Old Oct 19, 2008, 04:09 AM
  #17  
Evolved Member
 
Mattjin's Avatar
 
Join Date: Apr 2008
Location: Sydney, Australia
Posts: 604
Likes: 0
Received 0 Likes on 0 Posts
Has anyone checked to see if changing these numbers actually moves the timing? It may be something to do with crank position referencing? Maybe you are allowed -15 but it may have moved the base timing +5. I know for certain the trigger system itself can support ALOT more retard than -10. I have used ~30ATDC on other ecu's for certain ALS'.

BTW 173E is correct on the 7GTA too.
Old Oct 19, 2008, 04:34 AM
  #18  
EvoM Guru
Thread Starter
iTrader: (6)
 
tephra's Avatar
 
Join Date: Feb 2007
Location: Melbourne, Australia
Posts: 9,486
Received 66 Likes on 42 Posts
my car definatley run worse on -15 over -10... I would say its working...
Old Oct 20, 2008, 05:28 PM
  #19  
Evolved Member
 
cossie1's Avatar
 
Join Date: Aug 2007
Location: UK
Posts: 569
Likes: 0
Received 1 Like on 1 Post
Ok I had a play around with 88570008-v5.10fix-mods on my mates Evo 9 Fq320 today.

Setting 0x133e to 220 did allow -15° to be run, setting to 237 allowed - 18° and 255 allowed it to clip -22° and we had some nice flames

Changing 0x2038 seemed to stop things getting more violent so I left it at it's default of 195.

Last edited by cossie1; Oct 21, 2008 at 03:46 AM.
Old Oct 20, 2008, 05:49 PM
  #20  
EvoM Guru
Thread Starter
iTrader: (6)
 
tephra's Avatar
 
Join Date: Feb 2007
Location: Melbourne, Australia
Posts: 9,486
Received 66 Likes on 42 Posts
you mean 0x133e for 88570008 yeah?
Old Oct 21, 2008, 03:44 AM
  #21  
Evolved Member
 
cossie1's Avatar
 
Join Date: Aug 2007
Location: UK
Posts: 569
Likes: 0
Received 1 Like on 1 Post
Originally Posted by tephra
you mean 0x133e for 88570008 yeah?
Yeh thats the 1 (sorry was late at night here when I posted
Old Oct 29, 2008, 12:50 PM
  #22  
Evolving Member
 
al\lupo's Avatar
 
Join Date: May 2007
Location: Italy
Posts: 178
Likes: 0
Received 0 Likes on 0 Posts
Originally Posted by tephra
try setting 0x2038 the same as 0x133e

0x2038 should default to 0xCB as well..

edit - 2038 not 2308
Finally I tried it: it seems that adding to 0x133e and 0x2038 the same value I can get 1/3 of ignition retard for every unit added. For example I added 21 to both (so they are set to 0xE0) and I logged -17 degrees (21/3 = 7). If it is proportional we should get at max (0xFF - 0xCB) / 3 = 17 more retard, so -27 degrees should be possible. Not tested yet, but I don't think we will get more than -20...

Anyone tested something more?
Old Oct 29, 2008, 10:43 PM
  #23  
Evolved Member
 
acamus's Avatar
 
Join Date: Mar 2008
Location: Lattitude 48.38°, Longitude 17.58°, Altitude 146m = Slovakia, for common dude
Posts: 730
Likes: 0
Received 2 Likes on 2 Posts
EDIT: wrong thread

Last edited by acamus; Oct 29, 2008 at 10:45 PM.
Old Oct 30, 2008, 02:30 AM
  #24  
Evolved Member
 
merlin.oz's Avatar
 
Join Date: Jun 2008
Location: Sydney
Posts: 824
Likes: 0
Received 23 Likes on 19 Posts
I had reason to look at this for a chap today and spotted this thread from the dimm past - thought I would do an update here.

The addressing is valid for:
88570008
88580013
88580014

<scaling name="RetardHex8" units="MAX Retard Degrees - hex" toexpr="x" frexpr="x" format="%02X" min="0" max="260" inc="1" storagetype="uint8" endian="big"/>

<scaling name="RetardLimitMitsu" units="Spark Retard, Degrees ATDC" toexpr="-5+(x-160)*256/728" frexpr="160+(5+x)*728/256" format="%.1f" min="-200" max="255" inc="0.3" storagetype="uint8" endian="big"/>

<scaling name="RetardLimitMrFred" units="Spark Retard, Degrees" toexpr="61-x*89.66/256" frexpr="(61-x)*256/89.66" format="%.1f" min="-28" max="61" inc="0.3" storagetype="uint8" endian="big"/>

<table name="Ignition Spark Retard Limit #1 Degrees - MrFred" category="Timing" address="133F" type="1D" scaling="RetardLimitMrFred"/>
<table name="Ignition Spark Retard Limit #1 Degrees - hex" category="Timing" address="133F" type="1D" scaling="RetardHex8"/>

<table name="Ignition Spark Retard Limit #2 Degrees - MrFred" category="Timing" address="2039" type="1D" scaling="RetardLimitMrFred"/>
<table name="Ignition Spark Retard Limit #2 Degrees - hex" category="Timing" address="2039" type="1D" scaling="RetardHex8"/>


For 88590015 Evo9
<table name="Ignition Spark Retard Limit #1 Degrees - MrFred" category="Timing" address="133F" type="1D" scaling="RetardLimitMrFred"/>
<table name="Ignition Spark Retard Limit #1 Degrees - hex" category="Timing" address="133F" type="1D" scaling="RetardHex8"/>

<table name="Ignition Spark Retard Limit #2 Degrees - MrFred" category="Timing" address="205E" type="1D" scaling="RetardLimitMrFred"/>
<table name="Ignition Spark Retard Limit #2 Degrees - hex" category="Timing" address="205E" type="1D" scaling="RetardHex8"/>



RetardLimitMrFred is an approximation but gives a close result with the degrees showing as negative (-) meaning ATDC.

RetardLimitMitsu is the true scaling with the result in degrees ATDC.

Last edited by merlin.oz; Jan 21, 2018 at 12:18 AM.
Old Oct 30, 2008, 03:20 AM
  #25  
EvoM Guru
Thread Starter
iTrader: (6)
 
tephra's Avatar
 
Join Date: Feb 2007
Location: Melbourne, Australia
Posts: 9,486
Received 66 Likes on 42 Posts
level=3 just limits when ecuflash will display it, ie developer/user/etc...
Old Nov 1, 2008, 01:02 PM
  #26  
Evolving Member
 
sponners's Avatar
 
Join Date: Aug 2007
Location: wales
Posts: 104
Likes: 0
Received 0 Likes on 0 Posts
good work guys....

so what is the lowest anyone has had on the 7 rom (90550001)

.....me want fire
Old Nov 1, 2008, 01:48 PM
  #27  
Evolved Member
 
cossie1's Avatar
 
Join Date: Aug 2007
Location: UK
Posts: 569
Likes: 0
Received 1 Like on 1 Post
Originally Posted by sponners
good work guys....

so what is the lowest anyone has had on the 7 rom (90550001)

.....me want fire
-10
Old Nov 2, 2008, 02:29 AM
  #28  
EvoM Guru
Thread Starter
iTrader: (6)
 
tephra's Avatar
 
Join Date: Feb 2007
Location: Melbourne, Australia
Posts: 9,486
Received 66 Likes on 42 Posts
so they don't work on 90550001 ?

man so many things to look at.. sigh!!!
Old Nov 2, 2008, 03:29 AM
  #29  
Evolving Member
 
al\lupo's Avatar
 
Join Date: May 2007
Location: Italy
Posts: 178
Likes: 0
Received 0 Likes on 0 Posts
More tests done with 88840017. At the end, modifying both 0x133e and 0x2038 with same value with rules as above, I can get no more than -20 degrees of retard. Any try to go below -20 in timing map will become a +50 in log.
Old Nov 2, 2008, 04:02 AM
  #30  
Evolved Member
 
cossie1's Avatar
 
Join Date: Aug 2007
Location: UK
Posts: 569
Likes: 0
Received 1 Like on 1 Post
Originally Posted by tephra
so they don't work on 90550001 ?

man so many things to look at.. sigh!!!
I haven't checked the new setting on 90550001, as my car only lived for 18 miles and died again

Once it is up and running propperly I will try the new setting, and see if it will retard a little more


Quick Reply: Ignition Retard Limit



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