Notices
ECU Flash

2 Byte RPM for IX - 88590015?

Thread Tools
 
Search this Thread
 
Old Jul 27, 2007 | 05:47 AM
  #16  
dudical26's Avatar
Evolved Member
iTrader: (17)
 
Joined: Nov 2005
Posts: 2,544
Likes: 0
From: NNJ
Originally Posted by tephra
pd1 pm'd me today asking about this so I thought I would post here as well:

2byte RPM was easy - BUT i think there might be something wrong with it.

find your high octane map, then look up the rpm axis andd find that in the ROM

the previous 2 bytes should be 00 0F, the previous 4 bytes to that will be FF FF XX YY.

Thats the memory address for RPM that the ECU uses when looking up MAPS...

BUT when I log that and normal RPM, 2byte RPM seems to LAG behind normal RPM by 1 request if you know what I mean...

let me know how you get on!

cheers
d.

Does anyone understand this or has tried it? Has it worked?
Reply
Old Aug 1, 2007 | 08:17 PM
  #17  
tephra's Avatar
EvoM Guru
15 Year Member
iTrader: (6)
 
Joined: Feb 2007
Posts: 9,486
Likes: 67
From: Melbourne, Australia
ok girls(:P) - since you are soo bloody slack

Hehe

Two byte load for 88590015 is 0xFFFF6B42

This means you need to put 0xFFFF6B42 into MUT02 and 0xFFFF6B43 into MUT03 - if you don't understand this go and read the other thread !
Reply
Old Aug 2, 2007 | 05:48 AM
  #18  
fasterthanurwrx's Avatar
Newbie
 
Joined: Jan 2007
Posts: 16
Likes: 0
Originally Posted by tephra
ok girls(:P) - since you are soo bloody slack

Hehe

Two byte load for 88590015 is 0xFFFF6B42

This means you need to put 0xFFFF6B42 into MUT02 and 0xFFFF6B43 into MUT03 - if you don't understand this go and read the other thread !
What about two byte RPM?
Reply
Old Aug 2, 2007 | 05:09 PM
  #19  
tephra's Avatar
EvoM Guru
15 Year Member
iTrader: (6)
 
Joined: Feb 2007
Posts: 9,486
Likes: 67
From: Melbourne, Australia
try 0xFFFF6B1E and ...1F
Reply
Old Aug 22, 2007 | 01:51 AM
  #20  
al\lupo's Avatar
Evolving Member
 
Joined: May 2007
Posts: 178
Likes: 0
From: Italy
88840016

For 88840016 owners here it is the 2-byte RPM:

EcuFlash: add this lines to 88840016.xml just before </rom>

<table name="MUT02 2-byte RPM MSB" category="MUT" address="37802" type="1D" level="1" scaling="Hex16"/>

<table name="MUT03 2-byte RPM LSB" category="MUT" address="37806" type="1D" level="1" scaling="Hex16"/>

Values:

MUT02 from 6A11 to 6AFE (hex: enter 0x6AFE)
MUT03 from 6A10 to 6AFF (hex: enter 0x6AFF)


EvoScan: modify your Data.xml line from

<DataListItem DataLog="N" Color="" Display="RPM MUT 2Byte Mod" LogReference="RPMMUT2Byte" RequestID="02" RequestID2="03" Eval="31.25x" Unit="units" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="8000" ChartMin="0" ChartMax="8000" ScalingFactor="0.1" Notes=""/>

to

<DataListItem DataLog="N" Color="" Display="RPM MUT 2Byte Mod" LogReference="RPMMUT2Byte" RequestID="02" RequestID2="03" Eval="1000x/256" Unit="units" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="8000" ChartMin="0" ChartMax="8000" ScalingFactor="0.1" Notes=""/>

The new scaling is 1000x/256 (0x0100 is 1000 rpm).

Enjoy
Reply
Old Aug 22, 2007 | 12:04 PM
  #21  
kreionic's Avatar
Evolved Member
iTrader: (14)
 
Joined: Apr 2006
Posts: 2,258
Likes: 0
From: MD/ NY
^^ will this work on the usdm 15?
Reply
Old Aug 22, 2007 | 05:02 PM
  #22  
tephra's Avatar
EvoM Guru
15 Year Member
iTrader: (6)
 
Joined: Feb 2007
Posts: 9,486
Likes: 67
From: Melbourne, Australia
will what work?
Reply
Old Aug 22, 2007 | 11:06 PM
  #23  
al\lupo's Avatar
Evolving Member
 
Joined: May 2007
Posts: 178
Likes: 0
From: Italy
Originally Posted by kreionic
^^ will this work on the usdm 15?
No, different map. MUT addresses are different, tephra wrote the values to insert a few posts ago.

You can try this in 88590015.xml:

<table name="MUT02 2-byte RPM MSB" category="MUT" address="3EE8E" type="1D" level="1" scaling="Hex16"/>

<table name="MUT03 2-byte RPM LSB" category="MUT" address="3EE92" type="1D" level="1" scaling="Hex16"/>

Values:

MUT02 from 6A29 to 6B1E (hex: enter 0x6B1E)
MUT03 from 6A28 to 6B1F (hex: enter 0x6B1F)

Don't know about Evoscan scaling for USDM.
Reply
Old Oct 2, 2007 | 10:23 PM
  #24  
merkzu's Avatar
Evolving Member
iTrader: (4)
 
Joined: Dec 2006
Posts: 392
Likes: 1
From: Twin Cities, MN
that evoscan scaling doesn't work for me, anyone know the correct one?
Reply
Old Oct 2, 2007 | 10:40 PM
  #25  
JohnBradley's Avatar
Evolved Member
Shutterbug
Liked
Loved
Community Favorite
iTrader: (30)
 
Joined: Jan 2004
Posts: 11,406
Likes: 78
From: Northwest
v99 there is no scaling. The above was for adding to the ECUflash ROM type xml. For the type 15 I have this:

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

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


then change the values to:

27459 and 27550 respectively. Just type in them in no having to use the 0x then hex (though those values are probably the same actually).
Reply
Old Oct 2, 2007 | 10:43 PM
  #26  
merkzu's Avatar
Evolving Member
iTrader: (4)
 
Joined: Dec 2006
Posts: 392
Likes: 1
From: Twin Cities, MN
Sorry I meant the 1000x/256 eval for evoscan. I've got my rom flashed that way, but the rpms were showing 3900 when they were actually 800 in evoscan
Reply
Old Oct 2, 2007 | 10:53 PM
  #27  
JohnBradley's Avatar
Evolved Member
Shutterbug
Liked
Loved
Community Favorite
iTrader: (30)
 
Joined: Jan 2004
Posts: 11,406
Likes: 78
From: Northwest
Whoops, it just dawned on me this is RPM not load...I am sorry for my confusion.
Reply
Old Mar 12, 2008 | 09:49 PM
  #28  
ChuckP's Avatar
Evolved Member
iTrader: (7)
 
Joined: Oct 2006
Posts: 833
Likes: 1
From: Bay Area
Bump. Anyone ever get 2byte RPM working on a 88590015?
Reply
Old Mar 12, 2008 | 10:58 PM
  #29  
JohnBradley's Avatar
Evolved Member
Shutterbug
Liked
Loved
Community Favorite
iTrader: (30)
 
Joined: Jan 2004
Posts: 11,406
Likes: 78
From: Northwest
2byte RPM
MUT 02 = 6B1E
MUT 03 = 6B1F

Here is the new eval for your RPM Eval="1000*x/256" to add to the data.xml in EvoScan.

If you are using the MUT table you can put them at any MUT request you want (assuming it doesnt overwrite one that you need). According to tephra (and I have noticed this as well) the 4x line in the MUT isnt used by anything.
Reply
Old Mar 13, 2008 | 05:04 AM
  #30  
MR Turco's Avatar
EvoM Staff Alumni
iTrader: (16)
 
Joined: May 2007
Posts: 3,233
Likes: 3
From: Massachusetts
https://www.evolutionm.net/forums/sh...d.php?t=327185
Reply



All times are GMT -7. The time now is 09:58 AM.