Mitsulogger and 2-byte functions
Hi, I know there has been a lot of discussion about how to do 2-byte rpm,load,ect. I've been reading many threads but I havn't found a clear enough how to for 2-byte RPM and LOAD in Mitsulogger. I have found one for evoscan, but I do believe the code is different. Could someone please post the exact code I need to copy and past into WHATFILENAME.xml and Ecuflash to allow mitsulogger to log 2-byte LOAD and RPM for a 88590015 ROM. I just want to make sure I understand what the exact code is instead of just guessing from what I read from thread to thread and have it all compiled in one thread so it will be easy for others to find as well. Thanks in advance.
David
David
Last edited by hotredevo; Aug 30, 2007 at 08:38 PM.
The code to get the tables to log 2 byte load differs from rom to rom, so thats why the info is spread across a bunch of threads.
https://www.evolutionm.net/forums/sh...light=88590015 shows the info for your rom. Mitsulogger 2 byte stuff search for posts by MalibuJack.
https://www.evolutionm.net/forums/sh...light=88590015 shows the info for your rom. Mitsulogger 2 byte stuff search for posts by MalibuJack.
Last edited by codgi; Aug 30, 2007 at 10:16 PM.
Hi
I "think" the lines below are the ones I use in Mitsiligger to get 2 byte load to be logged, but it's some time since I looked at it. As has been said the mod to the ROM varies from ECU to ECU so you will need to search for your ROM ID on here or post up and ask for hrlp on your specific ROM.
<Request LogReference="Request00" RequestID="00" Eval="x" Unit="Hex" Logged="y" Response="2" Notes="Load Ignition"/>
<Request LogReference="Request01" RequestID="01" Eval="x" Unit="Hex" Logged="y" Response="2" Notes="Load Ignition"/>
<Request LogReference="RealLoad" RequestID="--" Eval="((256*Request00)+Request01)*10/32" Unit="2byteLoad" Logged="y" Response="2"/>
MB
I "think" the lines below are the ones I use in Mitsiligger to get 2 byte load to be logged, but it's some time since I looked at it. As has been said the mod to the ROM varies from ECU to ECU so you will need to search for your ROM ID on here or post up and ask for hrlp on your specific ROM.
<Request LogReference="Request00" RequestID="00" Eval="x" Unit="Hex" Logged="y" Response="2" Notes="Load Ignition"/>
<Request LogReference="Request01" RequestID="01" Eval="x" Unit="Hex" Logged="y" Response="2" Notes="Load Ignition"/>
<Request LogReference="RealLoad" RequestID="--" Eval="((256*Request00)+Request01)*10/32" Unit="2byteLoad" Logged="y" Response="2"/>
MB








