12-05-2013 09:38 AM
Can i use "Arduino Due" with labview and what is the max sample rate in LIFA ???
12-05-2013 10:42 AM
The Arduino Due is not currently supported in by LIFA but will eventually be added to LINX which is currently in open beta (see www.labviewhacker.com/linx).
The only reason the Due is not supported is because the LIFA firmware was written using Arduino .23 which did not support the Due and the Arduino API has changes slightly since .23 which causes the LIFA firmware to not compile in newer versions of the Arduino IDE.
If you're up for testing the Due in LINX I can add firmware for it. Fair warning it will be completely untested since I don't have a Due.
-Sam K
Join / Follow the LabVIEW Hacker Group on google+
12-05-2013 12:10 PM
Thank you for your efforts
and about reading analog inputs (sample rate) will it depend on Arduino speed or will be limited by LINX ??
12-05-2013 12:37 PM
It will be limited by LINX. Using USB / Serial I get about 300 samples / second with a chipkit after making a slight adjustment to the driver (lowering the latency timer). The loop rate is not really affected by the number of channels you are sampling from as long as its all in one command.
For example say a single channel analog read gives 300Hz. Reading from 6 channels with a single analog read block will also give about 300Hz, however reading from 6 channels with 6 analog read blocks, each doing one channel will result in 300/6 = 50 Hz.
I've been able to get~1.5KHz loop rates using the chipKIT ethernet shield.
Let us know if you have more questions.
-Sam K
Join / Follow the LabVIEW Hacker Group on google+
12-05-2013 01:01 PM
Thank you Mr. Sam for your help and i have no more question
12-12-2013 02:38 AM
From where will I be able to download the Arduino Due supported LINX; wouldn't mind even if its beta..
12-12-2013 10:09 AM
You can find more information on LINX here:https://www.labviewhacker.com/doku.php?id=libraries:linx:linx
The Arduino Due is not currently supported but I plan on adding support for it when I get a chance.
-Sam K
Join / Follow the LabVIEW Hacker Group on google+