LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Create dll for use in Labview

Hi guys,

 

Basically I have got the library file (.c & .h) which the main.c. will be using.   

How can i create a dll file from Labwindows 2013 that can be use in Labview?

 

Thanks.

0 Kudos
Message 1 of 3
(4,416 Views)

Hello adriano08!

 

Yes, it's possible to create LabWindows/CVI DLL and call it from LabVIEW, using the Call Library Node.

Here are some references for you to start:

Best regards!

- Johannes

0 Kudos
Message 2 of 3
(4,402 Views)

Haven't done it for a while but putting your code into a Function Panel and creating a DLL is a very simply way forward. The Function Panel can then be imported directly into LabVIEW. You would have to investigate how this is all done as it has changed since I last did it.

 

Kevin

0 Kudos
Message 3 of 3
(4,391 Views)