canalyzer blf file to mat file conversion

213 ビュー (過去 30 日間)
Tejas Sonavane
Tejas Sonavane 2017 年 5 月 30 日
コメント済み: teng 2024 年 3 月 7 日
This is not a question.This is an answer on how to do this with the famous thread that is contunuing but has no answers. I have uplaoded the files here.
  15 件のコメント
Mohammad Basiri
Mohammad Basiri 2022 年 8 月 9 日
編集済み: Mohammad Basiri 2022 年 8 月 9 日
@Tejas Sonavane I'm receiving the following error while running dbc2ModuleBatch.p:
Index exceeds the number of array elements (64).
Error in dbc2Module
Error in dbc2Module
Error in dbc2ModuleBatch
teng
teng 2024 年 3 月 7 日
Unable to perform assignment because the left and right sides have a different number of elements.
Error in dbc2Module
Error in dbc2Module
I've faced this problem, Could you please help me?

サインインしてコメントする。

回答 (5 件)

Ivan Plavcic
Ivan Plavcic 2019 年 9 月 19 日
Hello,
I get the followin message when trying to run 'CanLoad.p':
''Are you using the correct binlog.dll?
No Data Loaded!''
Any suggestions?
  2 件のコメント
Ashish Sharma
Ashish Sharma 2021 年 7 月 8 日
@Ivan Plavcic I get same error. Have you found a fix?
Matteo
Matteo 2023 年 4 月 13 日
Hello to all,
I got the same error on.
I fixed it moving binlog.dll in the same folder of CanLoad (previously was inside folder x64).

サインインしてコメントする。


Rodrigo Adamshuk Silva
Rodrigo Adamshuk Silva 2017 年 8 月 11 日
After creating the "can" variable in the Workspace, how can I open the CAN messages that I need?
  2 件のコメント
Tejas Sonavane
Tejas Sonavane 2017 年 8 月 15 日
Cna you show me what your workspace looks like, like a snip and I will be able to help you right away
Antonio Carvalho
Antonio Carvalho 2024 年 2 月 15 日
@Rodrigo Adamshuk Silva ciao. Do you have any news from your qustion? Thanks,

サインインしてコメントする。


Steven
Steven 2017 年 11 月 15 日
After following your steps I called
temp = CanLoad()
and selected my test.BLF file to read in. As a result I get
temp =
sw: [1x1 struct]
where temp contains only software version, but no data.
Can anyone tell me whats going wrong?
  2 件のコメント
Stefan
Stefan 2017 年 11 月 25 日
編集済み: Stefan 2017 年 11 月 25 日
Please have a look into the mFile of CanLoad. There you can find examples how to you use this tool. Further i found out, that you have put all corresponding DBC files into the same directory of CanLoad.
CAN FD would not supported, the mex file crashes.
This tool also works with asc files in the same way as blf files. but it takes much much longer.
Jorg Anckaert
Jorg Anckaert 2019 年 4 月 4 日
Hey Steven,
I seem to have the same issue. Did you manage you resolve it?

サインインしてコメントする。


Nazar Rozkvas
Nazar Rozkvas 2018 年 7 月 10 日
編集済み: Nazar Rozkvas 2018 年 7 月 10 日
Dear Tejas,
I have been trying to extract the .dbc files with the steps you have described, however, I am unsuccessful. I guess i'm just doing something wrong.
When I feed my files to the dbcModuleBatch.p, I get the following error:
>> dbc2ModuleBatch('Ehorizon__M002.blf')
Error using dbc2ModuleBatch
Too many output arguments.
I have also tried to feed the files to the CanLoad.m, but it have also failed:
>> CanLoad('Ehorizon__M002.blf')
Error using cd
Cannot CD to /Users/mac/Documents/.../CanLoad\ (Name is nonexistent or not a directory).
Error in CanLoad
I would really appreciate your help
  2 件のコメント
Nazar Rozkvas
Nazar Rozkvas 2018 年 7 月 19 日
Apparently, MATLAB has not developed the toolbox for the Mac OS...
Hang Zhang
Hang Zhang 2021 年 12 月 23 日
編集済み: Hang Zhang 2021 年 12 月 23 日
Pay attention to Step3:
  • Unzip the folder contents
  • Put all the files that I have attached here in a folder.
  • Run dbc2ModuleBatch.p by click your right button of mouse to select the directory where including .dbc files, this step would build these four files named as can_module_ext.m, GetAsciiMessageFilterList.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.
Notice! CanLoad can not support CANFD!

サインインしてコメントする。


Andrei
Andrei 2023 年 10 月 13 日
blfread function (Vehicle Network Toolbox) can be used to read data from BLF files in MATLAB
  1 件のコメント
teng
teng 2024 年 3 月 7 日
it only support blf file recorded by canoe. I can't parse

サインインしてコメントする。

Community Treasure Hunt

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

Start Hunting!

Translated by