Evo X Logging
#19
#21
This should work for 52680015 -> 20:
First add this to your XML in EcuFlash, then make the changes as described in the name:
First add this to your XML in EcuFlash, then make the changes as described in the name:
Code:
<table name="IFMode 0x05 -> 0x23" category="Misc" type="1D" address="0x7f121" scaling="Hex8"/> <table name="IFMode 0x05 -> 0x23" category="Misc" type="1D" address="0x8ab11" scaling="Hex8"/> <table name="DoMode 0x42 -> 0x52" category="Misc" type="1D" address="0x8ab16" scaling="Hex16"/>
#22
Edm evo SM5304
xml
<table name="IFMode 0x05 -> 0x23" category="Misc" type="1D" address="0x7F145" scaling="Hex8"/>
<table name="IFMode 0x05 -> 0x23" category="Misc" type="1D" address="0x8AA59" scaling="Hex8"/>
<table name="DoMode 0x42 -> 0x52" category="Misc" type="1D" address="0x8AA5E" scaling="Hex16"/>
I use hex search to find similar code (30-50 bytes length) in edm rom.
How can I adjust config file?
Values are stored in MUT table?
RPM - MUT21
PSIG - MUT38+1 byte
TimingAdv - MUT06
KnockSum - MUT26
Load - MUT8B+1 byte
IPW - MUT29
Is it right?
xml
<table name="IFMode 0x05 -> 0x23" category="Misc" type="1D" address="0x7F145" scaling="Hex8"/>
<table name="IFMode 0x05 -> 0x23" category="Misc" type="1D" address="0x8AA59" scaling="Hex8"/>
<table name="DoMode 0x42 -> 0x52" category="Misc" type="1D" address="0x8AA5E" scaling="Hex16"/>
I use hex search to find similar code (30-50 bytes length) in edm rom.
How can I adjust config file?
Values are stored in MUT table?
RPM - MUT21
PSIG - MUT38+1 byte
TimingAdv - MUT06
KnockSum - MUT26
Load - MUT8B+1 byte
IPW - MUT29
Is it right?
#25
Thread Starter
EvoM Guru
iTrader: (6)
Joined: Mar 2007
Posts: 9,486
Likes: 66
From: Melbourne, Australia
Wow, thanks Tephra!! Could you elaborate a bit on what you mean by "make the changes as described in the name"? I've never modified my ROM before so I'm a bit confused - once I edit the XML, I assume that these three new options will show up under Misc. When I open each one up, should I see the X value, and change it to the Y value in your X->y notation above? I assume I will have to change all 3 values to 0x23, 0x23, and 0x52. Does that sound right? Thanks again!
Edm evo SM5304
xml
<table name="IFMode 0x05 -> 0x23" category="Misc" type="1D" address="0x7F145" scaling="Hex8"/>
<table name="IFMode 0x05 -> 0x23" category="Misc" type="1D" address="0x8AA59" scaling="Hex8"/>
<table name="DoMode 0x42 -> 0x52" category="Misc" type="1D" address="0x8AA5E" scaling="Hex16"/>
I use hex search to find similar code (30-50 bytes length) in edm rom.
How can I adjust config file?
Values are stored in MUT table?
RPM - MUT21
PSIG - MUT38+1 byte
TimingAdv - MUT06
KnockSum - MUT26
Load - MUT8B+1 byte
IPW - MUT29
Is it right?
xml
<table name="IFMode 0x05 -> 0x23" category="Misc" type="1D" address="0x7F145" scaling="Hex8"/>
<table name="IFMode 0x05 -> 0x23" category="Misc" type="1D" address="0x8AA59" scaling="Hex8"/>
<table name="DoMode 0x42 -> 0x52" category="Misc" type="1D" address="0x8AA5E" scaling="Hex16"/>
I use hex search to find similar code (30-50 bytes length) in edm rom.
How can I adjust config file?
Values are stored in MUT table?
RPM - MUT21
PSIG - MUT38+1 byte
TimingAdv - MUT06
KnockSum - MUT26
Load - MUT8B+1 byte
IPW - MUT29
Is it right?
The config file is just a text file, you can edit it in notepad.
The address field needs updating for your ROMID. Most of those you got right - it's upto you/user what you want to log. That being said if you need help finding 2byte load or PSIG for instance let me know
Last edited by tephra; Jun 2, 2009 at 05:06 PM.
#26
Thread Starter
EvoM Guru
iTrader: (6)
Joined: Mar 2007
Posts: 9,486
Likes: 66
From: Melbourne, Australia
Code:
<table name="IFMode 0x05 -> 0x23 #1" category="Misc" type="1D" address="0x7F145" scaling="Hex8"/> <table name="IFMode 0x05 -> 0x23 #2" category="Misc" type="1D" address="0x8AA59" scaling="Hex8"/> <table name="DoMode 0x42 -> 0x52" category="Misc" type="1D" address="0x8AA5E" scaling="Hex16"/>
Last edited by tephra; Jun 2, 2009 at 05:21 PM.