Does anyone know how to convert a .blf file (Canalyzer) into matlab structure?

조회 수: 151 (최근 30일)
Hi,
Does anyone know how to convert a .blf file (Canalyzer) into matlab structure?
Thank you in advance
  댓글 수: 2
Chong Wang
Chong Wang 2023년 7월 6일
use blfread function of Vehicle Network Toolbox.
Harry Maguire
Harry Maguire 2023년 12월 7일
Leverage MATLAB's CAN toolbox or tailored scripts to transform Canalyzer's .blf data into a structured format within MATLAB.

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

채택된 답변

Rich Schupbach
Rich Schupbach 2021년 12월 10일
편집: Rich Schupbach 2021년 12월 10일
I understand this response is coming much later than the question, but hopefully it will be useful to users searching the same topic in the future.
The blfread function of Vehicle Network Toolbox supports reading BLF-Files since R2019a.
Here is a link to documentation.
Hope this helps.
Thanks,
Rich

추가 답변 (3개)

Tejas Sonavane
Tejas Sonavane 2017년 5월 30일
Here is answer to you question. This module is Called CanLoad and is created by Reid Steiger in Ford. I have attached the files you will need. Here is how it operates.
  • Unzip the folder contents
  • Put all the files that I have attached here in a folder.
  • Use dbc2ModuleBatch.p file to convert your .dbc files into these four files namely --> can_module_ext.mGetAsciiMessageFilterList.m , identify_DBC_Name.m , module_dbcname.m.
  • Place all the above newly files in the directory that contains the .blf files and add to the Matlab path.
  • Run CanLoad.p , this requires an input that is full name and path of the file.
  댓글 수: 11
sameulChukwezi
sameulChukwezi 2023년 8월 7일
I have faced the same Issue.Please also guide me.
Jack Kallis
Jack Kallis 2023년 10월 20일
To convert a .blf file (Canalyzer) into a Matlab structure, use dedicated tools or scripts for BLF file parsing.

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


Chong Wang
Chong Wang 2023년 10월 7일
Hi, actually there is a tool to convert blf to mdf format inside CANalzyer. Then you can easily acess all signals using the Vehicle Network Toolbox or mdfVisualizer.
  댓글 수: 1
Melli
Melli 2024년 6월 6일
Remember that the specific steps and functionalities might vary depending on the version of Canalyzer, CanLoad, and MATLAB you're using. Refer to the official documentation and online resources for detailed instructions.

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


Johan
Johan 2024년 11월 6일 11:29
Yes, I successfully converted a .blf file (Canalyzer) into a MATLAB structure using a conversion tool on [this site], which made the process quick and easy.

카테고리

Help CenterFile Exchange에서 Vehicle Network Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by