LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

calling labview from external code

hello all,
I m a student and new to labview,i just want to ask that whether i can call VI developed in LAbview form my c++ code?
plz reply,it's urgent.

waititng for replies.
Thanx
0 Kudos
Message 1 of 2
(2,475 Views)


@9866662680 wrote:
hello all,
I m a student and new to labview,i just want to ask that whether i can call VI developed in LAbview form my c++ code?
plz reply,it's urgent.

waititng for replies.
Thanx


If you have the Application Builder or the LabVIEW Professional Developer system you can compile the VI into a DLL and call that DLL as a standard C DLL from Visual C(++). OTherwise you could call LabVIEW over Active X and execute the VI through that. There are examples for calling LabVIEW through Active X in your LabVIEW installation.

Rolf Kalbermatter
Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 2 of 2
(2,471 Views)