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

157 次查看(过去 30 天)
Hi,
Does anyone know how to convert a .blf file (Canalyzer) into matlab structure?
Thank you in advance

采纳的回答

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

更多回答(2 个)

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 个评论
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.

请先登录,再进行评论。

类别

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