Vehicle Network Toolbox Custom Can Block Linux
古いコメントを表示
I am trying to follow https://de.mathworks.com/help/vnt/ug/create-custom-can-blocks.html on a linux ubuntu 20.04.
The Problem i am running into is that there is no scanutil.lib file on my machine, also there is no .dll or equivalent .so file.
The only relevant files i found are
philpolt@magna.global@vanlinpc60005:~$ ls -al /usr/local/MATLAB/R2024b/bin/glnxa64/ | grep scan
-r-xr-xr-x 1 root root 37560 Jun 26 09:32 libmwscanutil.so
-r-xr-xr-x 1 root root 1061344 Oct 22 13:27 libmwtextscan.so
Can someone provide me with instructions how to setup a custom simulink can block using linux?
Br Philipp
回答 (1 件)
Supraja
2024 年 12 月 9 日
0 投票
Hi Philip,
You need to use the same documentation link i.e."Create Custom CAN blocks: https://in.mathworks.com/help/vnt/ug/create-custom-can-blocks.html" in linux.
The equivalent file in linux will be in the extension ".so", hence according to the files you have mentioned, the file "libmwscanutil.so" is the file which you are looking for.
Thanks!
カテゴリ
ヘルプ センター および File Exchange で Vehicle Network Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!