From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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
(2,694 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
(2,681 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
(2,651 Views)