Import of PCAN-Exploter trace file (.trc) #631
-
We're trying to import a PCAN-Explorer trace file (version 1.3) into SavvyCAN V208. We are noticing the following issues:
Bus number, direction, DLC and payloads are appearing correctly. Below is an excerpt of the .trc file we are dealing with.
Here is what we are seeing in SavvyCAN: Is there something we could do to preserve the CAN IDs and fix the time offsets? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Can you attach log like file ? |
Beta Was this translation helpful? Give feedback.
-
There was indeed a bug in the code to load PCAN 1.3 files. This is fixed with commit 01953e6 You will need to use the continuous build in order to get this change or bring in the code and compile it yourself. However, the timestamps were being correctly loaded. The program defaults to showing times in microseconds and that's what you're seeing. Go into preferences and tell it you want timestamps in seconds instead. Chances are I should think about making seconds the default. It might make more sense since I use seconds virtually always. |
Beta Was this translation helpful? Give feedback.
There was indeed a bug in the code to load PCAN 1.3 files. This is fixed with commit 01953e6
You will need to use the continuous build in order to get this change or bring in the code and compile it yourself.
However, the timestamps were being correctly loaded. The program defaults to showing times in microseconds and that's what you're seeing. Go into preferences and tell it you want timestamps in seconds instead. Chances are I should think about making seconds the default. It might make more sense since I use seconds virtually always.