Vehicle Network Toolbox Custom Can Block Linux
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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
0 Commenti
Risposte (1)
Supraja
il 9 Dic 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!
0 Commenti
Vedere anche
Categorie
Scopri di più su Vehicle Network Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!