Mismatch in CAN_DataFrame.ID between API and asammdf #1078
-
Hi community,
So as we see, sometimes the IDs do not match with each other, please see group 4. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The GUI tabular window has special handling for CAN IDs. Usually the ID is stored as uint32 in the measurement, and the most significant bit is used to mark if the message is extended or not. This bit is masked out before the ID is shown in the tabular window
|
Beta Was this translation helpful? Give feedback.
The GUI tabular window has special handling for CAN IDs. Usually the ID is stored as uint32 in the measurement, and the most significant bit is used to mark if the message is extended or not. This bit is masked out before the ID is shown in the tabular window
mdf.get_group
does not mask the MSB