LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using NI-Industrial Controller with LMI3D Gocator 3D camera

Solved!
Go to solution

Hi everybody,

I have an IC-3173 industrial controller and a Gocator-2330C 3D scanner camera. The company of the Gocator provides a SDK for the device. For usage I have to load the .DLL-s into LABVIEW to access the functions of the GOCATOR. However I never used Industrial Controller before and do I have to recompile my .DLL-s to Linux if I want to process my DATAs on FPGA?

Sorry, not so expert in that field.

0 Kudos
Message 1 of 2
(2,597 Views)
Solution
Accepted by topic author Twinsy

Hi,

unfortunately there's no way to convert a DLL to a Linux shared library. At the absolute minimum the library needs to be recompiled for the correct target, but most likely the library also calls into operating system functions, and those functions are not the same across different operating systems. The manufacturer would need to provide a Linux version of their library in order for you to be able to use it.

0 Kudos
Message 2 of 2
(2,476 Views)