01-06-2016 11:28 PM
Hello All,
I want to collect data from arduino and plot it using Labview Interface. Also I have to collect data from Arduino's multiple analog input. I done Labview program for single analog input using VISA. But pls let me know whether VISA can be used in reading multiple analog inputs in labview.
Regards
01-06-2016 11:45 PM
Combine multiple values into a single string to send from the Arduino code. How does the data look? Is is ASCII? Just send the values separated by commas and break it apart in LabVIEW.
01-07-2016 05:45 AM
You could also have a look at the LINX toolkit which is designed for talking to an Arduino from LabVIEW: https://www.labviewmakerhub.com/doku.php?id=libraries:linx:start