Hello,
I am trying to run a VI made by a former colleague of mine, and I am unable to run the system due to an error with LIFA. When I run the VI in LabVIEW, I receive error code 5002 (which means that it could not find Arduino, or the Arduino lacks the correct firmware).
I tried to reflash the firmware by re-uploading LIFA_base.ino (which was on my colleague's GitHub), but uploading it produced the following error message:
C:\Users\***\AppData\Local\Temp\cctbTtye.ltrans0.ltrans.o: In function `setup':
C:\Users\***\Downloads\LIFA_Base/LIFA_Base.ino:39: undefined reference to `syncLV()'
C:\Users\***\AppData\Local\Temp\cctbTtye.ltrans0.ltrans.o: In function `loop':
C:\Users\***\Downloads\LIFA_Base/LIFA_Base.ino:59: undefined reference to `checkForCommand()'
collect2.exe: error: ld returned 1 exit status
exit status 1
Compilation error: exit status 1
Any suggestions? I am hoping this has a straightforward fix (especially since I was able to make the VI work in the past), because I'd rather not have to rewrite the entire VI using the Hobbyist toolkit. I know LIFA support ended a while ago but I'd first like to see if I can make this old program work.