Notices
ECU Flash

Mitsubishi Logger proof of concept code WORKS!

Thread Tools
 
Search this Thread
 
Old Sep 16, 2006 | 08:33 PM
  #1  
MalibuJack's Avatar
Thread Starter
EvoM Guru
20 Year Member
iTrader: (5)
 
Joined: Feb 2003
Posts: 10,572
Likes: 14
From: Royse City, TX
Mitsubishi Logger proof of concept code WORKS!

Yes, I just ran a sucessful test of my proof of concept code for my own Tactrix/Openport 1.3 Mitsubishi cable Data Logger..

I sucessfully initialized the port, sent data to the ECU, and got a response..

I started with just a simple repeated request for RPM value..

0x21 is the requestid for RPM

Response was 0x33 0x26 at idle..

taking the significant byte 0x26 and converting it to decimal resulted in 38

multiplying it by the RPM formula (31.25x) resulted in 1187.5

That was my high idle value according to my ECU+ and AVC-R (1200rpm)

(AND YES I sampled data at different RPM's, held it there, recorded the value, and calculated those by hand also, all were correct assuming rounding errors)

Therefore this proof of concept code works sucessfully and I can move on to producing useful output..

I need more data on the responses for different request.. and other useful MUT communication that I can add to the program..

Currently the code is read using a timer, which will do 10 individual requests a second.. Within that request, it can sample up to 10 unique requestid's.. Therefore it should be able to log at least 10 lines of data per second.. I can increase this value as I run additional tests, but the faster it refreshes, the more data it drops..

This is a very exciting time for me, It will allow me to cut my dependence on the only other logging tool out there currently for the Openport 1.3 cable..

This program will be made available free of charge as long as you guys don't harass me too badly for support..

Last edited by MalibuJack; Sep 16, 2006 at 08:38 PM.
Reply
Old Sep 16, 2006 | 08:39 PM
  #2  
MalibuJack's Avatar
Thread Starter
EvoM Guru
20 Year Member
iTrader: (5)
 
Joined: Feb 2003
Posts: 10,572
Likes: 14
From: Royse City, TX
http://www.aktivematrix.com/forum/viewtopic.php?p=390

The official thread, and there is an official subforum dedicated to this application...
Reply
Old Sep 16, 2006 | 08:43 PM
  #3  
Rob W.'s Avatar
Evolving Member
iTrader: (8)
 
Joined: Jul 2003
Posts: 449
Likes: 0
From: Clarkston, MI
A big congrats to you, Jack!
Reply
Old Sep 16, 2006 | 10:02 PM
  #4  
DynoFlash's Avatar
Account Disabled
iTrader: (91)
 
Joined: Sep 2003
Posts: 16,850
Likes: 0
From: 2003 Evo VIII - Silver
Great stuff man
Reply
Old Sep 17, 2006 | 01:47 AM
  #5  
jcsbanks's Avatar
Evolved Member
 
Joined: May 2006
Posts: 2,399
Likes: 6
From: UK
Nice. What is the first byte 0x33 in the reply then?
Reply
Old Sep 17, 2006 | 03:11 AM
  #6  
C6C6CH3vo's Avatar
Evolved Member
iTrader: (9)
 
Joined: Feb 2005
Posts: 4,223
Likes: 4
From: sc
Stupid question: Uses just cable and computer to work, right?
Reply
Old Sep 17, 2006 | 06:07 AM
  #7  
MalibuJack's Avatar
Thread Starter
EvoM Guru
20 Year Member
iTrader: (5)
 
Joined: Feb 2003
Posts: 10,572
Likes: 14
From: Royse City, TX
Originally Posted by jcsbanks
Nice. What is the first byte 0x33 in the reply then?
Not entirely sure.. I'm thinking its some sort of header or bitmask.. as I add additional requests I'll see if that varies with different responses.. I was originally expecting the replies to be 4 bytes...
Reply
Old Sep 17, 2006 | 06:10 AM
  #8  
MalibuJack's Avatar
Thread Starter
EvoM Guru
20 Year Member
iTrader: (5)
 
Joined: Feb 2003
Posts: 10,572
Likes: 14
From: Royse City, TX
Originally Posted by C6C6CH3vo
Stupid question: Uses just cable and computer to work, right?
yeah same as any other logger.. This code does work under a pocketpc .NET emulator too though.. not sure why I tried it, but I figured it made sense.
Reply
Old Sep 17, 2006 | 06:52 AM
  #9  
dan l's Avatar
Account Disabled
iTrader: (3)
 
Joined: Apr 2006
Posts: 1,029
Likes: 0
From: USA
Thats awsome malibujack. The "other" logger is acceptable. Actually its quite nice compared to my palm that I've used extremly sucessfully in the DSM. At any rate if someone says its going to be freeware then doesen't make it freeware that kinda bugs me. That is the only reason I bought that software and then he changed his mind.

With enough enthuasism freeware can really take off in the automotive world. It will also be nice to have someone in the states making a logger to work on our cars.
Reply
Old Sep 17, 2006 | 07:04 AM
  #10  
MalibuJack's Avatar
Thread Starter
EvoM Guru
20 Year Member
iTrader: (5)
 
Joined: Feb 2003
Posts: 10,572
Likes: 14
From: Royse City, TX
Yeah, after seeing how easy it was to do, I'm surprised there weren't more attempts.

Don't get me wrong, I really like EvoScan, however the software took a direction I disagreed with..

1) Its not freeware or donationware (you can use it and donate to the cause if you like) Originally his decision was to pay for the dundas gages which I thought was a huge waste for eye candy

2) The only reason I bought into the program was because it was promised to be open source, and that it would be supplied with the purchase..

Although I'm on the fence on whether or not to eventually release the proof of concept code as a sample so others can develop their own tools. I don't ever intend to profit from the basic logger with all the useful features needed to adequately tune your car..

The software is intended to be modular so it can work with other tools and users can create their own plugins. And I have plans to implement using VBScript for manipulating the resulting data and outputting to the logs, this will allow one to add external components very easily and othe functionality without needing to modify the base code.
Reply
Old Sep 17, 2006 | 08:45 AM
  #11  
chrisw's Avatar
Evolved Member
iTrader: (2)
 
Joined: Mar 2003
Posts: 2,217
Likes: 0
From: Santa Cruz
Originally Posted by MalibuJack
Yeah, after seeing how easy it was to do, I'm surprised there weren't more attempts.

Don't get me wrong, I really like EvoScan, however the software took a direction I disagreed with..

1) Its not freeware or donationware (you can use it and donate to the cause if you like) Originally his decision was to pay for the dundas gages which I thought was a huge waste for eye candy

2) The only reason I bought into the program was because it was promised to be open source, and that it would be supplied with the purchase..

Although I'm on the fence on whether or not to eventually release the proof of concept code as a sample so others can develop their own tools. I don't ever intend to profit from the basic logger with all the useful features needed to adequately tune your car..

The software is intended to be modular so it can work with other tools and users can create their own plugins. And I have plans to implement using VBScript for manipulating the resulting data and outputting to the logs, this will allow one to add external components very easily and othe functionality without needing to modify the base code.
MJ if you make this free, open source (real open source, not like ECUFlash is currently) then I would be happy to contribute.
Reply
Old Sep 17, 2006 | 10:34 AM
  #12  
C6C6CH3vo's Avatar
Evolved Member
iTrader: (9)
 
Joined: Feb 2005
Posts: 4,223
Likes: 4
From: sc
Originally Posted by chrisw
MJ if you make this free, open source (real open source, not like ECUFlash is currently) then I would be happy to contribute.
You mean "not like EvoScan is currently" right?
Reply
Old Sep 17, 2006 | 10:35 AM
  #13  
speed kills's Avatar
Newbie
iTrader: (2)
 
Joined: May 2004
Posts: 76
Likes: 0
From: orlando
Great Job.
Reply
Old Sep 17, 2006 | 12:01 PM
  #14  
codgi's Avatar
Evolved Member
Photogenic
Liked
Loved
Community Favorite
iTrader: (22)
 
Joined: Aug 2004
Posts: 2,493
Likes: 41
From: Atlanta, GA
Congrats MJ! As I've noted elsewhere I don't mind helping out with this various projects once work settles down (which it should soon)
Reply
Old Sep 17, 2006 | 04:04 PM
  #15  
donour's Avatar
Evolved Member
iTrader: (6)
 
Joined: May 2004
Posts: 2,502
Likes: 1
From: Tennessee, USA
I've been so lazy. I should probably start doing stuff now. Jack, you're making me lookg bad.

d
Reply



All times are GMT -7. The time now is 05:22 PM.