Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

multiple analog channels with specific sensitivities

Hey guys,

 

I'm very new to labVIEW, and I'm trying to figure out how to make a simple program that will measure data from more than one channel.  Creating more than one channel input is easy enough, but is there a way I could create multiple channels each with their own sensitivity?  I feel as though it's something very simple, but for the life of me I can't figure it out.  I'll add in a picture of one of my most recent attempts.Forum.PNG

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

You can chain together multiple Create Virtual Channel VIs to add channels to the task (make sure you are passing the task from one to the next).  With that setup, you can have each channel have its own settings.  I tend to do this with a FOR loop and autoindexing tunnels for the settings and then a shift register for the task reference.



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 3
(3,782 Views)
You can use.multiple Create Channel functions by simply connecting the task out of one to the task in of the second. Another way is to have a single Create Channel inside a for loop and pass in an array. Use a shift register for the task.
0 Kudos
Message 3 of 3
(3,781 Views)