Page 1 of 1

Davis VPS into C125 via CAN

PostPosted: Sun Feb 28, 2021 3:07 am
by tepid1
Hey everyone,

I'm still kind of a newb when it comes to CAN setup, but I understand the basics and have no problem setting up a standard message across devices. This situation is a bit different, the CAN message appears to be in reverse order from how Motec prefers message arrangement and that has me confused on how to setup correctly.

I need help on how to get this into the C125. I will ultimately take that data into my M150 which uses the Motec USA Drag Package.

See attached file for the Davis CAN details.

Re: Davis VPS into C125 via CAN

PostPosted: Mon Mar 01, 2021 10:29 am
by adrian
We typically use Big Endian (which is the same as that document) but reading in Little Endian is basically the same, you just set the alignment parameter to 'Word Swap' in the comms template.

Below is an example of how to setup 'Forward Acceleration' in the 0x0040003 message.