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.
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.
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.