Linux Users

cancel
Showing results for 
Search instead for 
Did you mean: 

linux system call

Hello,
I wonder if there is a possibility to call kernel functions from Labview i.e. using clfn. I am especially interested in calling open/recive/read/write/close to gain more control over sockets than LV native palette gives.

Thanks,
Zyga

0 Kudos
Message 1 of 4
(1,274 Views)

I don't know much about LabView, but I've written DLLs for LV on Windows in C. I imagine you can likewise link with a .so (dynamic library) on Linux. Then you can write whatever you like in the C code. You only need to find the bindings between the two.

0 Kudos
Message 2 of 4
(1,268 Views)

What additional functionality do you want to gain?

Ryan Vallieu CLA, CLED
Senior Systems Analyst II
NASA Ames Research Center
0 Kudos
Message 3 of 4
(1,258 Views)

Best if I could avoid writing a wrapper, but in the end I might, if there is no other way.

I would like to bind to canbus interface and use what socketcan gives.

0 Kudos
Message 4 of 4
(1,240 Views)