LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview in c

Hi,
how can i compile g-language of labview in c or c++?
Thanks in advance.
0 Kudos
Message 1 of 5
(3,437 Views)
There is no G to c/c++ translator...and why would you want to do a translation anyway?

When G is compiled (must be done using a G compiler) the machine code produced is more or less as fast as a comparable application written in c/c++.
0 Kudos
Message 2 of 5
(3,436 Views)
"Antonello Camiletti" wrote in message news:...
> Hi,
> how can i compile g-language of labview in c or c++?
> Thanks in advance.

There is no G -> c++ convertor I know of. However, the application
builder allows compiling of G -> ".dll" , which may then be called
from another language.
0 Kudos
Message 3 of 5
(3,436 Views)

Why would you want to compile to C or C++?

One thing I would like to do is write basic LabVIEW code that can be compiled to run on a PIC microcontroller. There is a C compiler for the PIC so thats half the problem solved.

Does anyone know of a way round this?

0 Kudos
Message 4 of 5
(3,265 Views)
Have a look at LabVIEW embedded, it runs on many things (but maybe not on a PIC):
 
 
 

Message Edited by altenbach on 02-16-2007 08:51 AM

0 Kudos
Message 5 of 5
(3,248 Views)