LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Not getting LVIFA_BASE.pde file

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.

  • C:\Program Files\National Instruments\LabVIEW 2010\vi.lib\LabVIEW Interface for Arduino\Firmware\LVIFA_Base\LVIFA_Base.pde

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.

 

 

Download All
0 Kudos
Message 1 of 4
(3,784 Views)

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

0 Kudos
Message 2 of 4
(3,729 Views)

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. Smiley Happy

 

Thank you.

0 Kudos
Message 3 of 4
(3,692 Views)

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?

 

 

0 Kudos
Message 4 of 4
(3,382 Views)