Replies: 1 comment 1 reply
-
This is the MDF spec for bus logging. You need to respect the field names and also to set the proper metadata in the file. Use the python-can code as a guide. You can have multiple groups with the same channel names; for example you can group the logging using the bus channel number (0, 1, ...) by setting the |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello,
Im struggling to write some code in Python which will allow to save
CANmessages andLINmessages to the same MF4 file.Im a little bit lost of how I should do it via this library.
'CAN_DataFrame'fixed string needed?LINand second oneCANhow to do it?CANinterfaces and I need to log messages to this one file - is it possible? How should i group data fromCAN0and e.g.CAN1in this file?Im a little bit confused with usage of
Signalclass. As it looks like it can handle grouping too?Thanks in advance for any help.
Beta Was this translation helpful? Give feedback.
All reactions