Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Very basic CAN database problem (3.2.2) "end bit of signal is out of message length" #1315

Open
etuer opened this issue May 8, 2024 · 0 comments

Comments

@etuer
Copy link

etuer commented May 8, 2024

I create a new message, 8 bytes long, in the CAN dbf editor.
The first "signal" should be starting at bit 0, 16 bits long, unsigned int, motorola type.

It doesn't allow it! The error is "end bit of signal is out of message length"
It will allow if it's Intel format. Or if the signal length is reduced to 8 bits.

Then the next signal, which should be starting at bit 16 (or byte 2, bit 0), in fact is sent starting at byte 1.

Am I misunderstanding something basic, or does this just not work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant