Notices
ECU Flash

how to change your rom or modify xml to show sas

Thread Tools
 
Search this Thread
 
Old Mar 18, 2015 | 08:12 AM
  #1  
garystanfield23's Avatar
Thread Starter
Newbie
 
Joined: Feb 2015
Posts: 15
Likes: 0
From: Gwynedd
how to change your rom or modify xml to show als sas

as above I've downloaded my rom evo 8 but it don't show als sas .. helllp

Last edited by garystanfield23; Mar 20, 2015 at 12:27 AM.
Reply
Old Mar 19, 2015 | 02:16 PM
  #2  
todd6027's Avatar
Evolved Member
iTrader: (10)
 
Joined: Jun 2007
Posts: 1,861
Likes: 13
From: Ireland
Originally Posted by garystanfield23
as above I've downloaded my rom evo 8 but it don't show sas .. helllp
whats the rom id
Reply
Old Mar 20, 2015 | 12:27 AM
  #3  
garystanfield23's Avatar
Thread Starter
Newbie
 
Joined: Feb 2015
Posts: 15
Likes: 0
From: Gwynedd
Originally Posted by todd6027
whats the rom id
93660005
Reply
Old Mar 20, 2015 | 04:56 AM
  #4  
todd6027's Avatar
Evolved Member
iTrader: (10)
 
Joined: Jun 2007
Posts: 1,861
Likes: 13
From: Ireland
add these to xml

<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="ALS minimum vehicle speed to trigger" category="Turbo" address="2212" type="1D" level="1" scaling="VehicleSpeed"/>

<table name="ALS minimum coolant temperature to trigger" category="Turbo" address="2214" type="1D" level="1" scaling="Temp"/>

<table name="ALS minimum RPM to trigger" category="Turbo" address="2216" type="1D" level="1" scaling="RPMStatLimit"/>

<table name="ALS minimum load to trigger" category="Turbo" address="2218" type="1D" level="1" scaling="Load16"/>

<table name="ALS minimum time to trigger" category="Turbo" address="221a" type="1D" level="1" scaling="TimeSec"/>

<table name="ALS trigger valid time" category="Turbo" address="221c" type="1D" level="1" scaling="TimeSec"/>

<table name="ALS Load below which active" category="Turbo" address="221e" type="1D" level="1" scaling="Load16"/>

<table name="ALS active time limit" category="Turbo" address="2220" type="1D" level="1" scaling="TimeSec"/>

<table name="ALS Delay before air injection" category="Turbo" address="2222" type="1D" level="1" scaling="TimeSec"/>

<table name="ALS Delay before fuel injection" category="Turbo" address="2224" type="1D" level="1" scaling="TimeSec"/>

<table name="ALS Fuel injector time" category="Turbo" address="2226" type="1D" level="1" scaling="TimeSec"/>

<table name="ALS Air injection time" category="Turbo" address="4866" type="2D" level="1" scaling="Timesecbyte">
<table name="RPM" address="64c0" type="X Axis" elements="9" scaling="RPM"/>
</table>
<table name="Ignition Retard Limit" category="Timing" address="173e" type="1D" level="1" scaling="IgnTimingECUa"/>
Reply
Old Mar 20, 2015 | 02:37 PM
  #5  
garystanfield23's Avatar
Thread Starter
Newbie
 
Joined: Feb 2015
Posts: 15
Likes: 0
From: Gwynedd
thanks mate but I don't know where to put them lol can you help please i dont have xml lol

all i get is this type of stuff lol % #  Ç ÿ ÿ v È È ÿ ÿ P   · ÿ  < ( ( œ  
  8 * F 8 0 @ f š M f Z *    ¡ @ @  t z ÿ P (°@ A¯ÈÖÐ  z Z Ø œ  = .  È   À @ €   €    š   Í m p    @ ÿ x  <     Z 
(   0 š ä d m  g @ = h æ 
 g ( @  u P ‘ à € ÿ ÿ ÿ    !  K   n  d     s € s
  ú   ( (

i guess i need the xnl for my rom id ?

Last edited by garystanfield23; Mar 20, 2015 at 02:58 PM.
Reply
Old Mar 23, 2015 | 08:31 AM
  #6  
todd6027's Avatar
Evolved Member
iTrader: (10)
 
Joined: Jun 2007
Posts: 1,861
Likes: 13
From: Ireland
look in my computer /C: /program files /open ecu/ ecuflash/rommetdata /mitsubishi /evo

then attach the xml here il add the info
Reply
Old Mar 25, 2015 | 09:08 AM
  #7  
Raptord's Avatar
Evolved Member
iTrader: (10)
 
Joined: Mar 2009
Posts: 3,525
Likes: 20
From: Gatineau, Quebec, Canada
Open the xml with notepad (notepad++ recommended instead for easier reading).
Reply
Old May 19, 2015 | 08:34 AM
  #8  
Umbravir's Avatar
Newbie
 
Joined: Jan 2014
Posts: 8
Likes: 0
From: Moscow, Russia
Hi everyone.

How to add xml definitions for SAS for 88580714? Does it support it btw?
Reply
Old May 20, 2015 | 05:44 AM
  #9  
Rcus's Avatar
Newbie
10 Year Member
 
Joined: Apr 2012
Posts: 18
Likes: 0
From: Amsterdam
It should. /*Looks at 88580014 disassembly*/ Atleast code is still there @0x42330
Reply
Old May 20, 2015 | 05:52 PM
  #10  
Umbravir's Avatar
Newbie
 
Joined: Jan 2014
Posts: 8
Likes: 0
From: Moscow, Russia
That is great! But what about XML definitions? Do you have any ideas about that?
Reply
Old May 21, 2015 | 04:08 AM
  #11  
Rcus's Avatar
Newbie
10 Year Member
 
Joined: Apr 2012
Posts: 18
Likes: 0
From: Amsterdam
Basic idea is simple. Get SH-2 disassembler and compare als code of ROM that already has als XML definition with yours. Or wait till someone who already did it will post definition here (might be someone already did it somewhere.)
Reply
Old May 21, 2015 | 11:25 AM
  #12  
Umbravir's Avatar
Newbie
 
Joined: Jan 2014
Posts: 8
Likes: 0
From: Moscow, Russia
Originally Posted by Rcus
Basic idea is simple. Get SH-2 disassembler and compare als code of ROM that already has als XML definition with yours. Or wait till someone who already did it will post definition here (might be someone already did it somewhere.)
Basic idea is obvious, but I was hoping that someone already done this. Or that someone can do it much quicker than me. Because I've never disassembled our ROM. Maybe you can help me? I would be grateful.
Reply
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
Danny_lad
ECU Flash
7
Oct 11, 2023 03:16 PM
BoostingHard
ECU Flash
1
Dec 30, 2014 10:32 AM
batty200
ECU Flash
6
Apr 11, 2013 01:56 PM
lancebin
ECU Flash
7
Mar 7, 2010 06:45 PM




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