LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to program LabView for data acquisition using Arduino and multiplexer for different channels

Hello everyone,

 

I’m using an arduino UNO and a multiplexer linked with an LCR meter to measure capacitance of several positions (in total 16). The multiplexer would switch to different channels to allow different reading every three seconds.

 

Im trying to format this function with LabView but have no clue to start with.

 

Im a fresh beginner to LabView but under a huge time constraint to finish this project.

 

Can anyone please give me some hint or show me some examples?

 

Thank you very much.  

0 Kudos
Message 1 of 2
(1,656 Views)

First thing to do is state what each part of your system is supposed to do.  What exactly is the LabVIEW code supposed to be doing?  What exactly is the Arduino code supposed to be doing?

 

Once we know who is doing what, then you need to create a communication scheme.  This is typically done over RS-232 with an ASCII data format.  But as stated, we need more information before we can progress.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 2
(1,626 Views)