
I also spent some time removing the non-standard things I found in the loom such as parts of an alarm. Whats really confusing though is it looks like some of the wiring going into one of the boxes picture below was coming directly out of the ignition switch plug and appears to be standard wiring but the connectors going into the same box on the other side are spliced into the loom with connectors one might find at a local electronics store...

Because I've identified most of the plugs on the loom I thought it was about time to buy myself a cheap battery and get some power to the loom and see if it works. I did find some damaged wires in the engine loom which were pretty easy to fix. But it seems that one of the horns and ABS sensors were too badly damaged and cut out of the loom before I got it :-( I was able to work out what the wires were at least.

One of the other things I did over the break was develop a program to listen to CAN bus messages on a car equipped with a OBD II port that speaks CAN bus. I was lucky enough to borrow a friends Mazda 2 for this. The program I developed allows me to filter messages, translate the bits of the messages into a number of data types and also perform a formula on this value to get a real world figure such as RPM, Speed etc. All of this can be done while receiving CAN messages and the data can be exported to be viewed later.
Currently the program works with the OBDLink tool I bought recently which translates the CAN headers for me. However the program was initially develop to read unproccessed CAN messages so in theory the application should work with any CAN receiver on a COM port with minor changes. If anyone is interested in a copy then let me know, I will try to find a way to put it up in blogger over the next few days. Here is a screen shot of the app...

Do you have a copy or some source code for the program you've written? I'm also working on a CAN dash display. Thanks, Christian
ReplyDeletehubbellc (at) gmail (dot) com
Hi Christian,
ReplyDeleteI will make a post this week with some of the code for the CAN Reader application I wrote.