You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im not sure if this was intentional but it seems like Vector CANalyzer does not like header timestamps in terms of microseconds and refuses to import the "asc" log to view or replay.
Hm, it would be nice if Vector changed their implementation. It would make the tool more robust to other input (e.g. ours) and the data more precise.
The ASC file format is a grown file format from the start of this century. And Vector is pretty clear when you look into the can_log_trigger_asc_format.pdfyou can see the liability disclaimer. It's just a neat documentation - no guaranties ;-)
You might also check asc2log and log2asc from the SocketCAN can-utils (https://github.com/linux-can/can-utils).
I did my very best there to provide a CAN FD capable converter for the ASC format (to the SocketCAN/Linux CAN log format).
python-can/can/io/asc.py
Line 176 in ab793f6
Im not sure if this was intentional but it seems like Vector CANalyzer does not like header timestamps in terms of microseconds and refuses to import the "asc" log to view or replay.
The fix:
The text was updated successfully, but these errors were encountered: