TOSUN-Shanghai / TSMaster

A powerful open environment for automotive bus monitoring, simulation, testing, diagnostics, calibration and so on. It supports all kinds of mainstream hardware such as TOSUN, Vector, IXXAT, PEAK, Kvaser, Intrepidcs, ZLG, CANable, CandleLight, cantact and so on. Free for research and education purpose for some features.
http://www.tosunai.cn/
GNU Lesser General Public License v2.1
276 stars 43 forks source link

[Log Converter] Converting from .blf file to .mat file #116

Open safak17 opened 11 months ago

safak17 commented 11 months ago

I've followed the 1.18.3 Mat File Example section in the help docs. But I always get the .mat file with size of 0 Bytes on disk.

You can analyze the following project.

LogConversion.zip

freshhope commented 11 months ago

It is a known issue in the log converter for mat files, as this tool only supports non CAN-FD dbc, in your project you use dbc with FD support, causing this converter erroneous behavior. We are upgrading our tool for FD feature, please wait.

Or you can use our mat file api in mini program to write mat file on your own.