Notices
ECU Flash

How do you learn to be a developer?

Thread Tools
 
Search this Thread
 
Old Oct 29, 2009 | 05:25 PM
  #1  
Fourdoor's Avatar
Thread Starter
Evolved Member
iTrader: (11)
 
Joined: Oct 2003
Posts: 2,702
Likes: 4
From: Rosedale, IN
How do you learn to be a developer?

I need to make my own MUTII table address lookups for the 2010 Ralliart since the addresses are totally different from the ones for the 2009 Ralliart making logging a cast iron *****.... so how do I go about finding what address is used for what parameter?

Thanks,

Keith

Last edited by Fourdoor; Oct 30, 2009 at 02:38 PM.
Old Oct 29, 2009 | 06:03 PM
  #2  
hackish's Avatar
Evolved Member
 
Joined: Aug 2004
Posts: 528
Likes: 0
From: Canada
The MUT tables are pretty much the same in terms of MUT addresses.

I'm not sure if this is definitive but I've been adding a few new MUT requests as I find them to this page: http://evoecu.logic.net/wiki/MUT_Requests

So you'd need to open the rom in a disassembler, find the MUT table and you'll have the addresses here. Unfortunately the disassembler is fairly expensive to buy...

My suggestion, ask one of the die-hard disassemblers here to figure it out and paypal them $50 for their efforts or something like that. At the moment I'm only working on the Ralliart and a host of Mazdas and they're entirely different processors than your car.

-Michael
Old Oct 29, 2009 | 11:44 PM
  #3  
acamus's Avatar
Evolved Member
 
Joined: Mar 2008
Posts: 730
Likes: 3
From: Lattitude 48.38°, Longitude 17.58°, Altitude 146m = Slovakia, for common dude
Originally Posted by Fourdoor
I need to make my own MUTII table for the 2010 Ralliart since the addresses are totally different from the ones for the 2009 Ralliart making logging a cast iron *****.... so how do I go about finding what address is used for what parameter?

Thanks,

Keith
Is ROM somewhere to dowload?

Last edited by acamus; Oct 30, 2009 at 12:02 AM.
Old Oct 30, 2009 | 02:15 AM
  #4  
evonut270's Avatar
Evolving Member
 
Joined: Nov 2006
Posts: 223
Likes: 0
From: vienna,austria/scotland
acamus have you had any dealings with the evo 5+6 2byte load/rpm locations? how do i find them?
Old Oct 30, 2009 | 02:43 AM
  #5  
acamus's Avatar
Evolved Member
 
Joined: Mar 2008
Posts: 730
Likes: 3
From: Lattitude 48.38°, Longitude 17.58°, Altitude 146m = Slovakia, for common dude
^ what ROMID are we speaking about?
Old Oct 30, 2009 | 04:57 AM
  #6  
Fourdoor's Avatar
Thread Starter
Evolved Member
iTrader: (11)
 
Joined: Oct 2003
Posts: 2,702
Likes: 4
From: Rosedale, IN
Originally Posted by acamus
Is ROM somewhere to dowload?
Here it is:

http://norcalmotorsports.org/users/b...M_55590006.zip

If you are able to step up and get the basics in mod23 logging working for the 2010 Ralliarts you will be my new best friend

Keith
Old Oct 30, 2009 | 08:27 AM
  #7  
acamus's Avatar
Evolved Member
 
Joined: Mar 2008
Posts: 730
Likes: 3
From: Lattitude 48.38°, Longitude 17.58°, Altitude 146m = Slovakia, for common dude
Code:
      <Mode2 name="Mode2" type="Data List Items">
        <DataListItem DataLog="Y" Color="" Display="RPM" LogReference="RPM" RequestID="23808763" Eval="31.25*x" Unit="rpm" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="8000" ChartMin="0" ChartMax="8000" ScalingFactor="0.1" Notes="" Priority="1" Visible="False" />
        <DataListItem DataLog="Y" Color="" Display="Load" LogReference="Load" RequestID="23808784" Eval="x*10/32" Unit="load" MetricEval="" MetricUnit="" ResponseBytes="2" GaugeMin="0" GaugeMax="300" ChartMin="0" ChartMax="300" ScalingFactor="1" Notes="" Priority="1" Visible="False" />
        <DataListItem DataLog="Y" Color="" Display="TimingAdv" LogReference="TimingAdv" RequestID="23808A1F" Eval="x-20" Unit="deg" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="-10" GaugeMax="50" ChartMin="-10" ChartMax="50" ScalingFactor="1" Notes="" Priority="1" Visible="False" />
        <DataListItem DataLog="Y" Color="" Display="Boost" LogReference="Boost" RequestID="2380872E" Eval="(x/4*0.19347)-14.5" Unit="PSIG" MetricEval="(x/4*0.01334)-1" MetricUnit="Bar" ResponseBytes="2" GaugeMin="-1" GaugeMax="2" ChartMin="-1" ChartMax="2" ScalingFactor="1" Notes="" Priority="1" Visible="False" />
        <DataListItem DataLog="Y" Color="" Display="Knock Sum" LogReference="KnockSum" RequestID="23808A62" Eval="x" Unit="count" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="20" ChartMin="0" ChartMax="20" ScalingFactor="1" Notes="" Priority="1" Visible="False" />  
      </Mode2>
Here is a first part, I will continue later.

I would rather choose a beer instead, but being the best friend is not that bad also :P

Last edited by acamus; Oct 30, 2009 at 08:35 AM.
Old Oct 30, 2009 | 11:15 AM
  #8  
Fourdoor's Avatar
Thread Starter
Evolved Member
iTrader: (11)
 
Joined: Oct 2003
Posts: 2,702
Likes: 4
From: Rosedale, IN
Originally Posted by acamus
Here is a first part, I will continue later.

I would rather choose a beer instead, but being the best friend is not that bad also :P
You Rock! Testing complete on the first part. Everything looks good, at least everything is good if I really have zero knock (I think this is true, not running aggressive timing)

Now I just need to hook up my wide band and I will be set too tune! Boost is peaking at 25.5 psi (on a long pull from low RPM in 3rd) and dropping off to 13.3 psi by 7000 RPM... A/F ratio's are a bit lean at that load level, and with load, A/F ratio, RPM, boost, timing, and knock I can tune to my hearts content!

Thanks,

Keith

PS: Even though I have all I need for tuning, any other perameters you map out would be most appreciated.
Old Nov 2, 2009 | 04:19 PM
  #9  
Fourdoor's Avatar
Thread Starter
Evolved Member
iTrader: (11)
 
Joined: Oct 2003
Posts: 2,702
Likes: 4
From: Rosedale, IN
In the section of code given above by Acamus he made a typo on the knock sum request ID. He informed me via PM that it is actually 23808A63 not 23808A62. I have tested and verified this to be correct.

Later,

Keith
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
razorlab
ECU Flash
149
Sep 14, 2019 12:08 PM
Cbr1000love
General Engine Management / Tuning Forum
0
Jan 30, 2016 12:57 PM
D@RK_L!GHT
Evo X Engine Management / Tuning Forums
8
May 19, 2013 08:52 PM
Fourdoor
ECU Flash
2
Jun 26, 2010 04:49 PM



Quick Reply: How do you learn to be a developer?



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