LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can Labview apps be ported to CVI/Labwindows?

I use Labview as an interface to my devices but I am not an expert
programmer in C/Labwindows. I would like to know if Labview-apps
("graphical" code) can be migrated to C/C++ code on a Labwindows
environment.

Can I implement and "export" a subVI to Labwindows?

Thanks

0 Kudos
Message 1 of 4
(2,909 Views)
Labview 8.0 --> Labwindows 8.0

0 Kudos
Message 2 of 4
(2,907 Views)
No.

This is a frequently asked question, as a similar one was just asked.
0 Kudos
Message 3 of 4
(2,891 Views)


@Jon wrote:
I use Labview as an interface to my devices but I am not an expert
programmer in C/Labwindows. I would like to know if Labview-apps
("graphical" code) can be migrated to C/C++ code on a Labwindows
environment.

Can I implement and "export" a subVI to Labwindows?

Thanks



The only thing you can do is using the LabVIEW application builder to turn your VI(s) into a DLL and call that from LabWindows CVI. There is no way currently that LabVIEW can convert its VIs into C code for LabWindows CVI or other compilers targetting Desktop OSes. The only LabVIEW that can do something in this direction is LabVIEW Embedded Development Module but that costs lots of $$$$$ and targets 32bit embedded plattforms for embedded applications (eg. no local UI, specific LabVIEW embedded environment and interface libraries, and a few other not so trivial details).

Rolf Kalbermatter

Message Edited by rolfk on 11-22-2006 10:47 AM

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