LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

how to integrate dll into LabWindows

we have a dll that interfaces to our hardware. we've created LabVIEW wrapper vi's for all the exported functions. we would like to do something similar with LabWindows. is there a white paper or tutorial on how to integrate a dll with LabWindows?
0 Kudos
Message 1 of 5
(3,703 Views)

Hi chucky,

 

See here

0 Kudos
Message 2 of 5
(3,687 Views)
0 Kudos
Message 3 of 5
(3,686 Views)
i was thinking that it might be good to create a library of function panels for the functions that are exported from the dll, and create a library under the instruments folder in the library tree.
0 Kudos
Message 4 of 5
(3,664 Views)

chucky,

 

If your DLLs have header files, you can generate a function panel from those header files as shown in this tutorial: https://www.ni.com/en/support/documentation/supplemental/07/generate-ni-labwindows--cvi--function-pa... .  Also, there are two different ways to call DLLs in CVI, which are detailed here: https://www.ni.com/en/support/documentation/supplemental/09/calling-a-dll-in-labwindows--cvi---expli...

Eric B.
National Instruments
0 Kudos
Message 5 of 5
(3,636 Views)