4:51 am
March 10, 2015
First, make sure that all LabVIEW API VIs are password protected. The way the Arduino Compatible Compiler identifies that a VI is an Arduino primitive (or, in our case, an Arduino Library) VI, is through password protection. If a VI is password protected, the Arduino Compatible Compiler for LabVIEW will not attempt to interpret the content of the subVI itself, and will expect to see an implementation for the subVI in C-code
Second, make sure all user created API VIs and the library .lvlib (including the Translator.vi) are placed in the directory: "[LABVIEWDIR]\vi.lib\Aledyne-TSXperts\Arduino Compatible Compiler for LabVIEW\addons". This indicates to the compiler that those VIs are user created addons.
Refer to the section titled “Porting an Arduino Library to the Arduino Compatible Compiler for LabVIEW” in the user manual for further guidance.
28
1 Guest(s)