LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

vi to c++ converter (source file)

hello

may i convert a vi (source file) to a c++ (source file) ?

 

thank you for your help

 

royapro@yahoo.com

0 Kudos
Message 1 of 4
(3,240 Views)
Post your code here. That will give you more responses than in your e-mail id.
0 Kudos
Message 2 of 4
(3,236 Views)
It does not matter whether you post your code or not. There is no conversion from LabVIEW source code to C++ source code.
Message 3 of 4
(3,233 Views)

Dennis Knutson wrote:
It does not matter whether you post your code or not. There is no conversion from LabVIEW source code to C++ source code.

The LabVIEW Microprocessor SDK does actually do something like this (although it produces ANSI C if I'm not mistaken). But that is not really a useful solution in terms of converting a LabVIEW VI into C code.

 

It only works in combination with the supported embedded OSes (unless you want to write an entire suite of C libraries to provde the required embedded OS support), its code is compileable but not really readable, and last but not least its price is way to high to use it as a translation tool.

 

So basically Dennis is right, there is no such (useful) conversion.

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
Message 4 of 4
(3,210 Views)