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
-
Hello,
Im struggling to write some code in Python which will allow to save
CAN
messages andLIN
messages to the same MF4 file.Im a little bit lost of how I should do it via this library.
'CAN_DataFrame'
fixed string needed?LIN
and second oneCAN
how to do it?CAN
interfaces and I need to log messages to this one file - is it possible? How should i group data fromCAN0
and e.g.CAN1
in this file?Im a little bit confused with usage of
Signal
class. As it looks like it can handle grouping too?Thanks in advance for any help.
Beta Was this translation helpful? Give feedback.
All reactions