Page 1 of 1

Inverter control CAN frame

Posted: Sun Feb 01, 2026 11:39 am
by ElMaco
Hi,
I am converting my Curtis ET-134 FNR-throttle-combo to CAN.

Looking at the documentation of the CAN frame, I get a little confused.
https://openinverter.org/wiki/CAN_commu ... _CAN_-_new!
Does e.g. pot, that ranges over one-and-a-half byte, go straight msb->lsb or does it follow the general rule with little endian. When it says that pot is bit 0:11, it sounds to me like it's straight msb->lsb. But then there is the general rule. Which is dominant and apply here?

Tried to illustrate my question with a table.
image.png

Re: Inverter control CAN frame

Posted: Sun Feb 01, 2026 1:12 pm
by johu
Nice table! You could add it to the wiki.
All multi-byte values are little endian

Re: Inverter control CAN frame

Posted: Sun Feb 01, 2026 4:10 pm
by ElMaco
johu wrote: Sun Feb 01, 2026 1:12 pm Nice table! You could add it to the wiki.
All multi-byte values are little endian
Great! Before I add it to the wiki, please confirm that I got it right in this next iteration:
image.png
This masking of e.g pot is of course only true when the bits are shifted according to where they belong in each two-byte word.

I also changed the bit order, as it made more sense.

@johu, would you say this is correct, or do I need to adjust further?

Re: Inverter control CAN frame

Posted: Sun Feb 01, 2026 4:34 pm
by johu
Looks good to me :)