09-22-2016 05:18 AM
Error message While compiling lvifa_Base progam.
Arduino: 1.6.9 (Windows 7), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
C:\Users\CSTRI\AppData\Local\Temp\Temp1_LIFA_Base.zip\LIFA_Base\LIFA_Base.ino:25:31: fatal error: LabVIEWInterface.h: No such file or directory
#include "LabVIEWInterface.h"
^
compilation terminated.
exit status 1
Error compiling for board Arduino/Genuino Mega or Mega 2560.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
09-23-2016 12:09 PM
LIFA is old software and you can not compile LIFA_Base with recent versions of the Arduino IDE. Version 1.0.5 of the IDE will compile the LIFA_Base. The pros recommend you use LINX instead of LIFA.
hrh212