Vehicle Network Toolbox Custom Can Block Linux

6 views (last 30 days)
Philipp
Philipp on 28 Nov 2024
Answered: Supraja on 9 Dec 2024
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

Answers (1)

Supraja
Supraja on 9 Dec 2024
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!

Community Treasure Hunt

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

Start Hunting!