Vehicle Network Toolbox Custom Can Block Linux
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Supraja
el 9 de Dic. de 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 comentarios
Ver también
Categorías
Más información sobre Vehicle Network Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!