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

조회 수: 7 (최근 30일)
steve wusin
steve wusin 2020년 3월 12일
답변: Pratik 2024년 12월 19일
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
Song Tao
Song Tao 2021년 7월 27일
Hello,
I meet the same problem. blfread may not support CAN FD frame.
Have you solved the problem?

댓글을 달려면 로그인하십시오.

답변 (1개)

Pratik
Pratik 2024년 12월 19일
Hi Steve,
I too faced similar issue. Upgrading to version R2020b solved the issue, it should be working for R2020b and beyond.

카테고리

Help CenterFile Exchange에서 Software Development Tools에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by