05-05-2017 11:42 AM
Hello All,
When i am reading analog data from Arduino and saving it to excel file, data which i am getting in a random interval of 42, 43ms.
When i checked the Arduino files like Wiring.c file there is a prescalar factor which is 128 means actual ADC sampling rate will be 16Mz/128. I have changed the LIFA_Base file and changed the prescalar factor to 16 but still my data is in the interval of 42, 45ms.
If anybody have an idea please reply as soon as possible.
I am attaching my excel sheet and changes in LIFA_BASE file.
Thanks
Siddharth
05-05-2017 12:29 PM - edited 05-05-2017 12:32 PM
Well first off LIFA has been deprecated and replaced with LINX
You might get better answers to LINX questions from the LabVIEW Makers Hub Linx forum.
But... My first guess is LIFA is just too slow.
Have you tried programing the Arduino in it's native language and use LabVIEW to just receive and record the data?