02-19-2016 02:44 PM
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.
02-19-2016 03:53 PM
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.
02-19-2016 03:55 PM