LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

can labview vis be used as a external codes in VC VB or matlab

hi all!
i will build a big system for measurment and analysis.i want to use  the VIs of the labview as external  codes in VC. Is this possible? If we can do that ,how?
0 Kudos
Message 1 of 3
(2,602 Views)

You should be able to use Labview and compile it as a DLL, then link the dll and call it from other languages

 

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 2 of 3
(2,599 Views)
Thank you!
just now i built a dll. at the beginnig i didn't set the export VI,
prompt:   Labview: An input parameter is invalid
               Application Bulider: you must export at least on VI
when i set a export vi,it worked.
i am not sure the input and output parameters of this dll,and how to set the export VI.
For example,the add vi. how can i build a dll?
should i set the controls for adden and augend,the indicate for the result? Which VI should be
the export vi. 
0 Kudos
Message 3 of 3
(2,581 Views)