Haltech Elite 2500 CAN mapping

Discussions on CAN mapping for ECUs, sensors, PDMs, and more.
Post Reply
thoraxe
Posts: 47
Joined: Wed Dec 14, 2016 2:29 am
Location: Atlanta, GA
Contact:

Haltech Elite 2500 CAN mapping

Post by thoraxe »

After installing the CAN logger: https://wiki.autosportlabs.com/CAN_Bus_logger I do see messages being spit out.

There is also this script: https://wiki.autosportlabs.com/Haltech_PS1000_-_PS2000

But the app itself has the ability to map CAN channels.

Here's the latest Haltech protocol: https://www.dropbox.com/s/n2clv80g1js1s ... s.pdf?dl=0

Apparently the channel IDs in the Haltech book are hex, and converted to decimal they seem to line up with the PS1000 script above.

So, using the app, and for TPS specifically, I am guessing I need:

Channel: TPS
Rate: 50Hz
CAN ID: 864 (360 hex -> 864 decimal)
Offset: 4
Length: 2
Formula: * 0.1
Endian: Big

?

I'm away from the car until tomorrow.

thoraxe
Posts: 47
Joined: Wed Dec 14, 2016 2:29 am
Location: Atlanta, GA
Contact:

Post by thoraxe »

Looking at the Haltech doc again: All 16­bit values are signed two's complement

brentp
Site Admin
Posts: 6274
Joined: Wed Jan 24, 2007 6:36 am

Post by brentp »

Not sure if I'm following your post. Does the Haltech script work as is? You have to ensure the script completely replaces what you have in the script window - delete any existing script first.
Brent Picasso
CEO and Founder, Autosport Labs
Facebook | Twitter

thoraxe
Posts: 47
Joined: Wed Dec 14, 2016 2:29 am
Location: Atlanta, GA
Contact:

Post by thoraxe »

I actually didn't try to use the script given that the CAN mapping feature now exists. It seems like you would want to use one or the other and not both.

I was able to use the CAN mapping feature in the app UI to pick and choose the channels I wanted. The only thing to note is that Haltech's protocol is big endian and uses signed values. As long as you check all the right boxes, it does work.

Once I get everything finalized I will upload my config somewhere.

brentp
Site Admin
Posts: 6274
Joined: Wed Jan 24, 2007 6:36 am

Post by brentp »

Wonderful. if you'd like to upload your mapping here we can double check it and then add it to the mapping presets we're offering for the next version of the app. Thanks for the update!
Brent Picasso
CEO and Founder, Autosport Labs
Facebook | Twitter

Post Reply