Replies: 2 comments 2 replies
-
|
something to think about |
Beta Was this translation helpful? Give feedback.
0 replies
-
May I kindly ask how to do so? Unfortunately, I do not know what the key and value numbers from the |
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.
-
in raw bus logs, the bus_logging_map dictionary is useful to find data from a specific message.
Although it's rare, it's perfectly possible to have two CAN IDs of the same integer number:
0x500
0x00000500
but one is a 29-bit extended ID and the other is an 11-bit standard CAN ID.
In this case, the dictionary wouldn't work, the second entry would just overwrite the first. Has this been considered?
In *.dbc file syntax, extended IDs are identified by SETting bit 31 TRUE.
Cheers,
Mark
Beta Was this translation helpful? Give feedback.
All reactions