05-27-2008 01:10 AM
05-27-2008 01:29 AM
While there are a couple of modules that convert LabVIEW code to C, I don't think they will help you. The PDA module does not give you access to the generated code, so it won't help you. The LabVIEW embedded module does give you access to the generated code (I think), but the module is expensive (~$10K) and the code is not meant for human eyes, so it won't be very readable.
If you want to save yourself rewriting the code, you can compile your VIs into DLLs and call those DLLs from the C environment. This will require you to have the LabVIEW run-time installed where you want to use those DLLs.