LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I am inexperienced in Lab View. I need to convert several large VI's to a Lab Windows application. How do I correctly start?

I am inexperienced with Lab View. I need to convert a hge srt of files in Lab View (VI's) to a Lab Windows application. The VI is used to control a rotator and the group will feel more comfortable with a c++ application. It is huge and I don't know where to begin.
0 Kudos
Message 1 of 5
(2,973 Views)
There are no tools to convert LabVIEW to C code. All you can do is hope that the LabVIEW code is well documented so that you understand how the LabWindows program will need to be written from scratch. If there's no documentation, you might have to become a fairly proficient LabVIEW programmer to understand what's going on. There are classes and books (and this forum) that can help you there. There are also Alliance program members that you could hire to do the job for you. Good luck.
0 Kudos
Message 2 of 5
(2,973 Views)
One way to do this is generate a dll in labview and call it from labwindows cvi.
In that way (if the labview program is good enough) you don't have to rewrite all of it.
greetings from the Netherlands
Message 3 of 5
(2,973 Views)
How do I create a dll in Labview?
0 Kudos
Message 4 of 5
(2,973 Views)
use labview 6 or 6.1 professional
or buy the separate application builder
greetings from the Netherlands
0 Kudos
Message 5 of 5
(2,973 Views)