Vehicle Network Toolbox Custom Can Block Linux

조회 수: 6 (최근 30일)
Philipp
Philipp 2024년 11월 28일
답변: Supraja 2024년 12월 9일
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
Supraja 2024년 12월 9일
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!

카테고리

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