Calibration Id

Here is how I setup the "ECU ID Case Part Number" table.
Credit goes to Acamus for finding info.
(This is for a H8, addresses need changed for Evo ecu.)
By using a 3D table, you can have a different scaling in the Axis.
First add Scaling:
Code:
<scaling name="CaseAlphaNumeric" storagetype="bloblist" storagebits="8"> <data name="MB" value="10"/> <data name="MD" value="20"/> <data name="MR" value="30"/> <data name="MN" value="60"/> <data name="1860" value="80"/> </scaling>
Code:
<table name="ECU ID Case Part Number" category="Identification" address="10233" type="3D" level="4" scaling="Hex8"> <table name="Part Number" type="Static X Axis" elements="3"> <data>PN2 .</data> <data>PN3 .</data> <data>PN4 .</data> </table> <table name="PN1" address="10232" type="Y Axis" elements="1" scaling="CaseAlphaNumeric"/> </table>
Thread Starter
Evolved Member
Joined: Mar 2008
Posts: 730
Likes: 3
From: Lattitude 48.38°, Longitude 17.58°, Altitude 146m = Slovakia, for common dude
Same for SH ecus.
But I think it will not work for 1860, as PN2 is already 60
But I think it will not work for 1860, as PN2 is already 60
Code:
<table name="ECU ID Case Part Number" category="Identification" address="f6B" type="3D" level="4" scaling="Hex8"> <table name="Part Number" type="Static X Axis" elements="3"> <data>PN2 .</data> <data>PN3 .</data> <data>PN4 .</data> </table> <table name="PN1" address="f6a" type="Y Axis" elements="1" scaling="CaseAlphaNumeric"/> </table>
acamus, I thought i'd emailed that whole routine to you.
I've actually decyphered all the OBD2 requests...
The one in question is called: process_obd2_mode9
The only thing I found really useful was in the process_obd2_mode27 which, once you seed/key allows you to change the VIN number.
-Michael
I've actually decyphered all the OBD2 requests...
The one in question is called: process_obd2_mode9
The only thing I found really useful was in the process_obd2_mode27 which, once you seed/key allows you to change the VIN number.
-Michael
Thread Starter
Evolved Member
Joined: Mar 2008
Posts: 730
Likes: 3
From: Lattitude 48.38°, Longitude 17.58°, Altitude 146m = Slovakia, for common dude
I cannot really remember the mail. Nevertheless, there is no mode 27 in older platform based on H8/SH2.
Have you come accross the flash counter in m32r code? I have been told it is possible to check how many flash attempts were done with MUTIII. I suspect this would be in ETACS, but I have never really seen it m32r code.
Have you come accross the flash counter in m32r code? I have been told it is possible to check how many flash attempts were done with MUTIII. I suspect this would be in ETACS, but I have never really seen it m32r code.
Thread
Thread Starter
Forum
Replies
Last Post
[WTB] Tactrix Openport 2.0
counterforce661
For Sale/WTB - Engine / Drivetrain / Power
2
Oct 14, 2014 09:49 PM
worksevo89
The Loft / EvoM Car Talk Corner
4
Nov 17, 2008 01:33 PM
5baud, 96530006, calibration, disassemble, evo, id, lutionm, mitsubishi, mut, operating, periphery, sh2, system, tool, vehicle




