blfread can't Parse BLF channel Data based on CANFD, why?

4 visualizaciones (últimos 30 días)
steve wusin
steve wusin el 12 de Mzo. de 2020
Respondida: Pratik el 19 de Dic. de 2024 a las 9:23
When I use matlab R2019a to parse CAN blf Data,
Code: blfread("myfile.blf", "Database", candbc)
error: matrix dim must be same
When I use Matlab R2019b to parse CAN blf Data:
Code: blfread("myfile.blf", "Database", candbc)
There is no error, But I can't parse CANFD channel Data, the details is:
channel 1: “CAN”, [m*n]
channel 2: “CAN”,[m*n]
channel 3: "CANFD", []
there is no data in channel 3, but I use CANoe to parse the same blf file, there is many MSG data in channel 3.
Why? and how to solve this problem?
  1 comentario
Song Tao
Song Tao el 27 de Jul. de 2021
Hello,
I meet the same problem. blfread may not support CAN FD frame.
Have you solved the problem?

Iniciar sesión para comentar.

Respuestas (1)

Pratik
Pratik el 19 de Dic. de 2024 a las 9:23
Hi Steve,
I too faced similar issue. Upgrading to version R2020b solved the issue, it should be working for R2020b and beyond.

Categorías

Más información sobre Oceanography and Hydrology en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by