analize a can trace #330
Replies: 3 comments 1 reply
-
Unfortunately it was not designed to do that. It is very bound to its own I/O. It would require quite a large rewrite but it could definitely be beneficial to separate processing data from the actual I/O. |
Beta Was this translation helpful? Give feedback.
-
To avoid misunderstandings and i am also not 100% if i got it right. With Jupyter notebooks and the code:
0x1000: DeviceType
{'parent': <canopen.objectdictionary.Array at 0x7f4b2f479300>,
I can get a lot of information. |
Beta Was this translation helpful? Give feedback.
-
Is there any way to create log file for CAN trace with python canopen library? Like text or any other file with data as timestamp, CAN ID, request, response etc |
Beta Was this translation helpful? Give feedback.
-
Hi,
I saw your project and I'm wondering if it's possible to use it to process a can trace an analize it to get PDO transmitted, SDO, .. Would it be possible for you? I'm particularly interested in SDO decoding and analysis (to understand if there are continuous request to an object, ..). I looked in the web but I was not able to find something doing that.
Thanks
michele
Beta Was this translation helpful? Give feedback.
All reactions