Skip to content

What is Arduino Compatibile Compiler for LabVIEW?

Lubomir Jagos edited this page Jun 26, 2016 · 2 revisions

Arduino Compatibile Compiler for LabVIEW is little confusing name. This is transcriptor, what means that when you compose your code in LabVIEW and click to compile it, it's automaticaly rewrite into arduino code by this compiler and after that starts arduino compiler. Nevertheless guys from Aledyne making terrific work and compiler is running good.

Here you can see process of transcription and compile for your program. You have also possibility to implement your own functions to extend functionality with new arduino libraries.

As with any transcription done by machine, there are some lost on program efficiency due using language with different approach to write program and different language into which is program transcript. Although correctly write program running fine.