From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,498 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,484 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,473 Views)