SavvyCan v208 - Loading Log File IXXAT mini csv #887
Unanswered
cjohnson557
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
-
When utilizing SavvyCan v208 to open a IXXAT minilog file (csv) the file loads "complete with errors" nothing is shown.
Log file was created with: IXXAT canAnalyser3 mini 1.0.8350.0 (2022)
I have not looked at your source to see how you are parsing the csv file.
Below are the first few lines of data from the csv (I have tried the import "as is" and with the quotes stripped from the file).
"Bus","No","Time (abs)","State","ID (hex)","DLC","Data (hex)","ASCII"
"USB-to-CAN V2 compact CAN-1","1","20:56:44.962"," ","5C0","7","00 E3 00 00 00 00 E9","......."
"USB-to-CAN V2 compact CAN-1","2","20:56:44.965"," ","530","8","FF FF 81 83 00 79 60 10",".....y`."
"USB-to-CAN V2 compact CAN-1","3","20:56:44.968"," ","527","8","00 00 00 00 00 00 09 FF","........"
Thoughts?
More info:
Opened and "re-saved" one of the example log files: "candump.log" using the "IXXAT minlog save format" from the SavvyCan software dropdown. Software crashed when opening the file saved from SavvyCan using the IXXAT format.
Tried an older IXXAT driver build version of SavvyCan (same issues when opening this file format - I have MANY MANY logs in this format).
I was able to modify a small log file to match the "BusMasterLog.log" format and it would open.
At this point: I could either write a parser to convert of of my current log files to the BusMaster format -- or update SavvyCan source to open the IXXAT format or recreate the logs using a tool with a format that SavvyCan can open.
I am going the recreation route for now - ordered the CL2000 interface, once it arrives -- I will test again...
Beta Was this translation helpful? Give feedback.
All reactions