04-10-2011 12:37 PM
can anyone tell me that how to convert LabVIEW code into C code or ho it can be generate.
04-10-2011 12:41 PM
04-10-2011
12:56 PM
- last edited on
03-18-2024
11:42 AM
by
Content Cleaner
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?
04-11-2011
06:07 AM
- last edited on
03-18-2024
11:42 AM
by
Content Cleaner
@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.