Replies: 1 comment 2 replies
-
|
You could try removing the offending message definition from the dbc or alter it in a way that makes it a legal non fd message. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have recently encountered DBC files that have signals which extend beyond 8-bytes.
The offending message is actually a CAN FD message which is received through a gateway.
I have been told that the message, if seen on the local bus, will never be more than 8-bytes.
My problem is that
cantoolscomplains with an error message and will not proceed any further when dumping or listing the DBC file.Is there a way that I can have
cantoolsfilter out and ignore messages with issues during processing?Beta Was this translation helpful? Give feedback.
All reactions