LabVIEW Interface for Arduino Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

how can i read 2 analog input from arduino in labview

i'm new in studying labview. so i'm sorry if my question is too easy ..

i'm doing a project using EMG. this EMG has 2 analog input. I want to know the signal of that input in labview. i've just make for 1 input. I don't know how to make it for 2 analog input. can you help me to solve my problem ??

Here is my program for 1 analog input, Thank you

0 Kudos
Message 1 of 4
(4,964 Views)

You can simply add another "Analog Read Pin" VI using the wires (the pink and green ones) that come out of the existing one.  Then, replace the rest of the wires with those coming out of the new VI that you just put in there.  However, I strongly encourage you to consider using LINX instead of LIFA because LIFA is no longer officially supported.  See the official announcement release.

0 Kudos
Message 2 of 4
(3,561 Views)

As a follow up to Nathan's comment there is an example for reading 3 analog channels in the "Display Multiple Channels of Analog Data" thread in the LVH LINX forum. The example is in the next to last message in the thread and can be easily modified to work with 2 channels or more than 3 channels.

hrh1818

0 Kudos
Message 3 of 4
(3,561 Views)

okay thank you nathan and hrh1818 for the answer. it was very helpful for me and i have do it successfull

thanks

0 Kudos
Message 4 of 4
(3,561 Views)