LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview and Arduino

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

0 Kudos
Message 1 of 3
(3,122 Views)

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.

0 Kudos
Message 2 of 3
(3,109 Views)

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


LabVIEW Champion, CLA, CLED, CTD
(blog)
0 Kudos
Message 3 of 3
(3,079 Views)