Results 206 comments of Daniel Hrisca

The CAN bus channel number is probably the same in the two files.

The DBC decode will place decodes data from both files in the same channel. This means that the decoded data from the second measurement will actually get appended to the...

The cursor is always on now. I will update the menu entries accordingly

Hello, in the first plot the time stamps are extracted using the asammdf package?

can you share the snippet that you use to generate the new file?

What is the output of this snippet? ```python Paht_dat_folder = r"L:\009_P*.dat*" Paht_dat_name =glob.glob(Paht_dat_folder) for pth in Paht_dat_name: print(MDF(pth).start_time) ```

@zhoubo-lab can you check with the latest development branch?

@zhoubo-lab the development branch code might have a fix for your problem. Please check