03-04-2014 05:28 PM
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!
03-04-2014 11:01 PM
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.
03-05-2014 04:22 PM
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
Join / Follow the LabVIEW Hacker Group on google+
03-12-2014 12:45 PM
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?
03-12-2014 12:48 PM
I need read the analog output in Arduino DUE
How I could it?
03-12-2014 08:17 PM
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.
03-13-2014 03:18 AM
hello sir
i am trying to interface arduino uno with labview
i am getting error y
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
03-13-2014 10:47 AM
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.
03-13-2014 11:07 AM
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 this
03-13-2014 11:52 AM
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.