LabVIEW Interface for Arduino Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Connect Labview & Arduino DUE

Hi!

I have the Arduino DUE and I wish to connect with Labview, but I didn't found a LIFA compatible with Arduino DUE.

Can you help me? You know other form to connect with Labview?

I read something about LINX... LINX could be the solution?

Thanks!

0 Kudos
Message 1 of 16
(19,299 Views)

Neither LINX nor LIFA currently support the Due officially.  There are several discussions here about getting it to work with LIFA.  However, LIFA is no longer being supported so if it does happen, it will be in LINX.  Stop over to the LINX forum and let Sammy know you are looking for Due support so he knows how many people are interested in it.

0 Kudos
Message 2 of 16
(8,815 Views)

Hey guys,

My plan is to add support for the Due in LINX once it is supported in an official (non beta) version of the Arduino IDE.

-Sam K

LabVIEW Hacker

Join / Follow the LabVIEW Hacker Group on google+

0 Kudos
Message 3 of 16
(8,815 Views)

Oh...

I need to connect Labview and Arduino DUE because I'm doing my final proyect in the university...

Can you tell me other form to connect Labview and Arduino DUE?

0 Kudos
Message 4 of 16
(8,815 Views)

I need read the analog output in Arduino DUE

How I could it?

0 Kudos
Message 5 of 16
(8,815 Views)

The Arduino Due is not supported yet in eithe LIFA or LINX so you will need to either write your own API or modify an existing one to work for the Due.  You can search around because I know that there are discussions about getting LIFA to work with the Due.

Good Luck.

0 Kudos
Message 6 of 16
(8,815 Views)

hello sir

i am trying to interface arduino uno with labview

i am getting error y

r2.JPG

Arduino: 1.5.5-r2 (Windows 7), Board: "Arduino Uno"

LIFA_Base_ino.ino:26:31: error: LabVIEWInterface.h: No such file or directory

LIFA_Base_ino.ino: In function 'void loop()':

LIFA_Base_ino:63: error: 'acqMode' was not declared in this scope

In file included from LabVIEWInterface.ino:20:

C:\Users\Zai\Desktop\arduino-1.5.5-r2\libraries\RobotIRremote\src/IRremoteInt.h: At global scope:

C:\Users\Zai\Desktop\arduino-1.5.5-r2\libraries\RobotIRremote\src/IRremoteInt.h:187: error: 'RAWBUF' was not declared in this scope

LabVIEWInterface:77: error: 'IRsend' does not name a type

LabVIEWInterface.ino: In function 'int checkForCommand()':

LabVIEWInterface:97: error: 'COMMANDLENGTH' was not declared in this scope

LabVIEWInterface:103: error: 'currentCommand' was not declared in this scope

LabVIEWInterface:105: error: 'currentCommand' was not declared in this scope

LabVIEWInterface.ino: In function 'void processCommand(unsigned char*)':

LabVIEWInterface:463: error: 'acqMode' was not declared in this scope

LabVIEWInterface:464: error: 'contAcqPin' was not declared in this scope

LabVIEWInterface:465: error: 'contAcqSpeed' was not declared in this scope

LabVIEWInterface:466: error: 'acquisitionPeriod' was not declared in this scope

LabVIEWInterface:467: error: 'iterationsFlt' was not declared in this scope

LabVIEWInterface:468: error: 'iterations' was not declared in this scope

LabVIEWInterface:473: error: 'delayTime' was not declared in this scope

LabVIEWInterface:483: error: 'FIRMWARE_MAJOR' was not declared in this scope

LabVIEWInterface:484: error: 'FIRMWARE_MINOR' was not declared in this scope

LabVIEWInterface:542: error: 'irsend' was not declared in this scope

LabVIEWInterface.ino: In function 'void syncLV()':

LabVIEWInterface:730: error: 'DEFAULTBAUDRATE' was not declared in this scope

LabVIEWInterface.ino: In function 'unsigned char checksum_Compute(unsigned char*)':

LabVIEWInterface:741: error: 'COMMANDLENGTH' was not declared in this scope

LabVIEWInterface.ino: In function 'int checksum_Test(unsigned char*)':

LabVIEWInterface:752: error: 'COMMANDLENGTH' was not declared in this scope

LabVIEWInterface.ino: In function 'void sampleContinously()':

LabVIEWInterface:793: error: 'iterations' was not declared in this scope

LabVIEWInterface:795: error: 'contAcqPin' was not declared in this scope

LabVIEWInterface:796: error: 'contAcqSpeed' was not declared in this scope

LabVIEWInterface:799: error: 'delayTime' was not declared in this scope

LabVIEWInterface:805: error: 'delayTime' was not declared in this scope

LabVIEWInterface.ino: In function 'void finiteAcquisition(int, float, int)':

LabVIEWInterface:812: error: 'acquisitionPeriod' was not declared in this scope

0 Kudos
Message 7 of 16
(8,815 Views)

Zahkay,

You should use LINX instead of LIFA.  You can find all the information about LINX https://www.labviewhacker.com/doku.php?id=libraries:linx:linxhttps://www.labviewhacker.com/doku.php?id=libraries:linx:linx.  It has an integrated firmware wizard so that you don't have to compile or upload the Arduino firmware manually.

Message 8 of 16
(8,815 Views)

okie sir i will try to make it. if cannot i will revert back to you.

sir i have a small problem to positioning an encoder which is found

at back of a dc motor. i did the circuit exactly like this help sir

till now i did only thisqwe.JPGqwsde.JPG

0 Kudos
Message 9 of 16
(8,815 Views)

The topic of this thread is regarding the Arduino Due.  If you are having issues with something, start a new discussion dedicated to your topic.

0 Kudos
Message 10 of 16
(8,815 Views)