Notices
ECU Flash

Evo Scan Maptracer not loading 96531706-v7

Thread Tools
 
Search this Thread
 
Old Aug 30, 2010 | 05:43 PM
  #1  
drifterific's Avatar
Thread Starter
Evolving Member
15 Year Member
iTrader: (10)
 
Joined: Mar 2010
Posts: 239
Likes: 1
From: wa state
Evo Scan Maptracer not loading 96531706-v7

So I had Evoscan Maptracer working perfectly with 96530706-v7, but moved over to 96531706-v7 to convert to speed density. Now my logs in map tracer show up in the top portion of the map, but when I go to load the .Bin or .Hex file nothing shows up in the bottom and everything is grayed out.

I am also using Evoscan v2.6 with the Open Port 2.0 cable. Thanks for the help.


Here is the log in the graphing feature:



Here is Maptracer by clicking Maptracer from the graph:



Here is where I load the .Hex or .Bin file:



Then I double click on the data file:



And nothing shows up:



But if I select 96530706:



Everything works just like it did on the stock rom and 96530706:

Reply
Old Aug 31, 2010 | 12:41 PM
  #2  
drifterific's Avatar
Thread Starter
Evolving Member
15 Year Member
iTrader: (10)
 
Joined: Mar 2010
Posts: 239
Likes: 1
From: wa state
Anyone have any ideas on this?
Reply
Old Aug 31, 2010 | 12:52 PM
  #3  
Boltz.'s Avatar
Evolved Member
FCOTM Winner
iTrader: (42)
 
Joined: Aug 2005
Posts: 2,502
Likes: 0
From: St. Charles, IL
I know the MAF 9417-v7 also has issues loading the map tracer. If you could find the difference you might be able to kill two birds with one stone and help out the guys on that 9417 v7 as well.
Reply
Old Aug 31, 2010 | 01:08 PM
  #4  
drifterific's Avatar
Thread Starter
Evolving Member
15 Year Member
iTrader: (10)
 
Joined: Mar 2010
Posts: 239
Likes: 1
From: wa state
Yeah I have been trying all kinds of things to get this to work. Evoscan 2.6 doesn't let you load the xml file. Im still working on it, but haven't had any luck yet. I really like using maptracer also cause it makes the tuning process faster
Reply
Old Aug 31, 2010 | 05:56 PM
  #5  
drifterific's Avatar
Thread Starter
Evolving Member
15 Year Member
iTrader: (10)
 
Joined: Mar 2010
Posts: 239
Likes: 1
From: wa state
So I did a fresh install of windows 7 and reinstalled evoscan and that still didn't work. Im running out of ideas to try to get this version of tephra v7 working with maptracer
Reply
Old Aug 31, 2010 | 09:03 PM
  #6  
drifterific's Avatar
Thread Starter
Evolving Member
15 Year Member
iTrader: (10)
 
Joined: Mar 2010
Posts: 239
Likes: 1
From: wa state
Success!!!!!!!!!!!!!!!! I finally figured it out

So I got it all figured out finally. I got the idea from the Evo Ecu Wiki http://evoecu.logic.net/wiki/EvoScan but the instructions were not quite working out for me like the wiki said. One thing that I noticed about about 95631706 v7 was that it includes TephraMOD-96530706-v7. So what I did was I followed the part of the wiki that says


PHP Code:

        *  2) Modify an XML to have no includes, just all of the scalings from the base file and the fuel and timing tables. EG: 

<table name="High Octane Fuel Map - ALT" category="Fuel" address="49b4d" type="3D" swapxy="true" scaling="AFR">
<table name="Engine Load" address="6ec8" type="X Axis" elements="20" scaling="Load"/>
<table name="RPM" address="6ea0" type="Y Axis" elements="15" scaling="RPM"/>
</table>
<table name="High Octane Ignition Map 1 - ALT" category="Timing" address="49c8d" type="3D" swapxy="true" scaling="Timing">
<table name="Engine Load" address="6f2c" type="X Axis" elements="21" scaling="Load"/>
<table name="RPM" address="6efa" type="Y Axis" elements="20" scaling="RPM"/>
</table>
<table name="High Octane Fuel Map" category="Fuel" address="2dbd" type="3D" swapxy="true" scaling="AFR">
<table name="Engine Load" address="6ec8" type="X Axis" elements="20" scaling="Load"/>
<table name="RPM" address="6ea0" type="Y Axis" elements="15" scaling="RPM"/>
</table>
<table name="High Octane Ignition Map 1" category="Timing" address="33e9" type="3D" swapxy="true" scaling="Timing">
<table name="Engine Load" address="6f2c" type="X Axis" scaling="Load" elements="21"/>
<table name="RPM" address="6efa" type="Y Axis" scaling="RPM" elements="20"/>
</table> 
Keep in mind that is for the 88590715 example on the evo wiki, so what I did was used a format from that website for 96530706 instead. The code that I used was

PHP Code:
<rom>    

    <romid>
        <xmlid>96531706</xmlid>
        <internalidaddress>f52</internalidaddress>
        <internalidhex>96531706</internalidhex>
        <make>Mitsubishi</make>
        <market>TDM</market>
        <model>Lancer</model>
        <submodel>Evolution VIII</submodel>
        <transmission>6MT</transmission>
        <year>2005</year>
        <flashmethod>mitsukernel</flashmethod>
        <memmodel>SH7052</memmodel>
    </romid>

    <include>TephraMOD-96530706-v7</include>
    
    <table name="High Octane Ignition Map" category="Main Map Ignition Settings" address="38d4d" type="3D" swapxy="true" scaling="Timing">
        <table name="Engine Load" address="3795a" type="X Axis" elements="30" scaling="Load"/>
        <table name="RPM" address="3790a" type="Y Axis" elements="25" scaling="RPM"/>
    </table>
    
    <table name="High Octane Fuel Map" category="Main Map Fuel Settings" address="3874d" type="3D" swapxy="true" scaling="AFR">
        <table name="Engine Load" address="3795a" type="X Axis" elements="30" scaling="Load"/>
        <table name="RPM" address="3790a" type="Y Axis" elements="25" scaling="RPM"/>
    </table>
    
    <table name="Alternate Hi Octane Ignition Map" category="Alt Map Ignition Settings" address="37e4d" type="3D" swapxy="true" scaling="Timing">
        <table name="Engine Load" address="3795a" type="X Axis" elements="30" scaling="Load"/>
        <table name="RPM" address="3790a" type="Y Axis" elements="25" scaling="RPM"/>
    </table>

    <table name="Alternate Hi Octane Fuel Map" category="Alt Map Fuel Settings" address="37b4d" type="3D" swapxy="true" scaling="AFR">
        <table name="Engine Load" address="3795a" type="X Axis" elements="30" scaling="Load"/>
        <table name="RPM" address="3790a" type="Y Axis" elements="25" scaling="RPM"/>
    </table>
</rom> 

For what ever the reason 96531706 would not load at all without the <rom> and not without this portion of the code in the fake rom that is loaded in the EvoScan roms folder
<romid>
<xmlid>96531706</xmlid>
<internalidaddress>f52</internalidaddress>
<internalidhex>96531706</internalidhex>
<make>Mitsubishi</make>
<market>TDM</market>
<model>Lancer</model>
<submodel>Evolution VIII</submodel>
<transmission>6MT</transmission>
<year>2005</year>
<flashmethod>mitsukernel</flashmethod>
<memmodel>SH7052</memmodel>
</romid>

<include>TephraMOD-96530706-v7</include>




__________________________________________________ _______________

TUTORIAL

Non Working EvoScan Maptracer





Load this code into your favorite XML Editor (works, word, notpad++) and insert this code into it

PHP Code:
<rom>    

    <romid>
        <xmlid>96531706</xmlid>
        <internalidaddress>f52</internalidaddress>
        <internalidhex>96531706</internalidhex>
        <make>Mitsubishi</make>
        <market>TDM</market>
        <model>Lancer</model>
        <submodel>Evolution VIII</submodel>
        <transmission>6MT</transmission>
        <year>2005</year>
        <flashmethod>mitsukernel</flashmethod>
        <memmodel>SH7052</memmodel>
    </romid>

    <include>TephraMOD-96530706-v7</include>
    
    <table name="High Octane Ignition Map" category="Main Map Ignition Settings" address="38d4d" type="3D" swapxy="true" scaling="Timing">
        <table name="Engine Load" address="3795a" type="X Axis" elements="30" scaling="Load"/>
        <table name="RPM" address="3790a" type="Y Axis" elements="25" scaling="RPM"/>
    </table>
    
    <table name="High Octane Fuel Map" category="Main Map Fuel Settings" address="3874d" type="3D" swapxy="true" scaling="AFR">
        <table name="Engine Load" address="3795a" type="X Axis" elements="30" scaling="Load"/>
        <table name="RPM" address="3790a" type="Y Axis" elements="25" scaling="RPM"/>
    </table>
    
    <table name="Alternate Hi Octane Ignition Map" category="Alt Map Ignition Settings" address="37e4d" type="3D" swapxy="true" scaling="Timing">
        <table name="Engine Load" address="3795a" type="X Axis" elements="30" scaling="Load"/>
        <table name="RPM" address="3790a" type="Y Axis" elements="25" scaling="RPM"/>
    </table>

    <table name="Alternate Hi Octane Fuel Map" category="Alt Map Fuel Settings" address="37b4d" type="3D" swapxy="true" scaling="AFR">
        <table name="Engine Load" address="3795a" type="X Axis" elements="30" scaling="Load"/>
        <table name="RPM" address="3790a" type="Y Axis" elements="25" scaling="RPM"/>
    </table>
</rom> 





</rom>


This file will be saved into your EvoScan Roms folder(C:/Program Files/EvoScan/EvoScan v2.6/ROMS)
[DO NOT PUT THIS INTO YOUR OPEN ECU FLASH DIRECTORY] and also make sure you have TephraMOD-96530706-v7 into the EvoScan Roms folder.



After you got all of that saved into your EvoScan Roms folder then you can load up your maptracer and select "Load HEX and XML files"



Find your EcuFlash Rom and double cllick it to load it




Success you now have a working maptracer (Don't mind my screen resolution Im on my netbook)

Reply
Old Aug 31, 2010 | 09:46 PM
  #7  
drifterific's Avatar
Thread Starter
Evolving Member
15 Year Member
iTrader: (10)
 
Joined: Mar 2010
Posts: 239
Likes: 1
From: wa state
Originally Posted by Boltz.
I know the MAF 9417-v7 also has issues loading the map tracer. If you could find the difference you might be able to kill two birds with one stone and help out the guys on that 9417 v7 as well.

It seems that the http://www.globalshare.net/evo-mod/v...ears-Fixed.zip that is from the v7 thread calls for 94170015 and the evo7base file. I tried editing the files similar to what I did above but it doesn't seem to be working out like I though it would. I think that the fact that it calls for two separate files instead of just one like 96531706.

Im also not sure which version of 9147-v7 you are using. There is only one available from the tephra thread.
Reply
Old Sep 1, 2010 | 06:05 PM
  #8  
chmodlf's Avatar
Evolved Member
iTrader: (19)
 
Joined: Oct 2004
Posts: 885
Likes: 0
From: CT
Make sure your loadcalc column is in use. Copy values over if necessary. The drop down for load (auto, etc.) does not work for me at least...Also removing extraneous xml is also good. IIRC everything after scaling. Comments as stated above are also problematic.
Reply
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
evokw
Evo Show / Shine
76
Jan 24, 2011 06:14 PM
2k4EvoVIII
ECU Flash
60
Feb 13, 2009 01:47 AM
roanokegto
The Loft / EvoM Car Talk Corner
12
Oct 22, 2008 03:52 PM
Mr. Stock
For Sale - Cars For Sale
34
Jun 25, 2008 07:31 PM
7oey
ECU Flash
9
Jan 27, 2008 05:16 AM




All times are GMT -7. The time now is 01:32 AM.