LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

how we import Labview *.vi file into Labwindows/CVI

hello how i import or call *.Vi file into Labwindows/Cvi
which function should I use
Mundakarachi
Message 1 of 2
(4,224 Views)
Hello,

The easiest way to call a LabVIEW program in LabWindows/CVI would be to create a LabVIEW DLL. You will be able to share the LabVIEW code with CVI and other programming environments. The attached example program shows how to do this.

The following documents will show you how to create a DLL in LabVIEW and how to call it in CVI.
Creating and Calling LabVIEW DLLs with Various Data Types from CVI

Calling a LabVIEW DLL from a CVI/C/C++ Project



Thanks.
Wendy L
LabWindows/CVI Developer Newsletter
Message 2 of 2
(4,206 Views)