LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I'm using a labview vi from a shipping example, but now how do I AI read multiple channels?

I am using this shipping example (slightly modified) to read a load cell and now that i have that working, how do I add channels to read at the same time so I am now reading all four of my load cells?
0 Kudos
Message 1 of 2
(2,328 Views)
You can do this several ways. The NI-DAQ help for AI Config gives a good explanation of the various ways you can add mutilple channels. The easiest way is in the channels array specify you want to use channels 0:3 (which is channels 0 through 3). If you don't have consecutive channels then you can use commas (0, 2, 4, 6). There are other ways to do this, but these are the 2 easiest.
0 Kudos
Message 2 of 2
(2,328 Views)