12-16-2013 03:14 AM
hello everone.
I m doing a dissertation work. For that i am using arduino uno. For the 2 way transfer of data between Arduino uno and Labview i have installed the NI VISA Drivers, VIPM and LIFA Toolkit. But now not getting the following .pde file which going to be installed in arduino.
I have also uninstall and reinstalled it. But not getting the .pde file.
Please hepl me out because it stop my work. Thanks in advances.
Here i m also attaching the scanp shot what i m getting.
12-18-2013 11:09 AM
Hello Anman.
I found a step by step document on how to load the interface for Arduino Firmware Onto Arduino Uno.
The file you are looking for should be located in : C:\Program Files\National Instruments\LabVIEW 2010\vi.lib\LabVIEW Interface for Arduino\Firmware\LVIFA_Base
If you can't find it, you can download it here
Hope this helps
Greetings
12-20-2013 04:58 AM
hello MarisolM
Thank you for rpl.
I have gone through the document and other attechment. Now try to install according to that. If find any problem i post it.
Thank you.
01-31-2014 12:40 AM
Downloaded package, unzipped, moved to Arduino Libraries folder, opened LIFA_Base.ino, compiled ... lots of errors, see below:
xAFMotor\AFMotor.cpp.o: In function `AFMotorController':
C:\Program Files (x86)\Engineering\Embedded\Arduino\arduino-1.0.5\libraries\xAFMotor/AFMotor.cpp:27: multiple definition of `AFMotorController::AFMotorController()'
AFMotor.cpp.o:C:\Users\Henry\AppData\Local\Temp\build666275125190287719.tmp/AFMotor.cpp:24: first defined here
xAFMotor\AFMotor.cpp.o: In function `AFMotorController':
C:\Program Files (x86)\Engineering\Embedded\Arduino\arduino-1.0.5\libraries\xAFMotor/AFMotor.cpp:27: multiple definition of `AFMotorController::AFMotorController()'
AFMotor.cpp.o:C:\Users\Henry\AppData\Local\Temp\build666275125190287719.tmp/AFMotor.cpp:24: first defined here
xAFMotor\AFMotor.cpp.o: In function `AF_DCMotor::setSpeed(unsigned char)':
... and many more.
Arduino opened all the tabs (ten) with .cpp and .h
Arduino 1.0.5
Help?