Why doesn't extract_bus_loging() function extract all of my CAN signals? #891
Unanswered
OndrejLuks
asked this question in
Q&A
Replies: 0 comments
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 am using the asammdf library for extracting CAN messages from MF4 files. The function
extract_bus_loggingcalled on a mdf object is supposed to extract all possible CAN messages using given CAN database. In my database I have multiple CAN messages containing different signals. Say, I have a message "A" containing signals "1, 2, 3" and message "B" containing signals "4, 5, 6". When I call theextract_bus_loggingfunction, it extracts signals from only one CAN message - I would end up only with signals "1, 2, 3".How do I extract all the signals from all the can messages please?
Here is my python sample code:
Beta Was this translation helpful? Give feedback.
All reactions