LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Conversion of LabVIEW code into C code

can anyone tell me that how to convert LabVIEW code into C code or ho it can be generate.

 

Prashant Soni
LabVIEW Engineer
0 Kudos
Message 1 of 4
(3,783 Views)
NI makes a toolkit to do that. Do a search on the products page.
=====================
LabVIEW 2012


0 Kudos
Message 2 of 4
(3,779 Views)

The C Generation is for LabVIEW Embedded which is expensive and it only supports a small subset of the LabVIEW functions. Why do you need to covert to C?

0 Kudos
Message 3 of 4
(3,768 Views)

 


@Dennis Knutson wrote:

The C Generation is for LabVIEW Embedded which is expensive and it only supports a small subset of the LabVIEW functions. Why do you need to covert to C?


Actually LabVIEW 2010 has a seperate C Genaerator Toolkit that can work independently of the LabVIEW embedded toolkit. I haven't looked at the output yet nor its quality, but I would agree: why do you want to do that? It may be a valid solution, but certainly not a general solution to most things. Translating code between languages is always a laborate effort, no matter how much automation you can put in, and maintenance is an additional issue, as you end up with two or more seperate code bases that need to be kept in sync.

 

Rolf Kalbermatter
My Blog
0 Kudos
Message 4 of 4
(3,738 Views)