03-06-2010 08:19 AM
I have to design a system that reads data from sensors and processes it. Is there any way to vary the number of inputs without making any change to the program? Like specifying the number of inputs and the program adapts. I use labview 2009.
Also is there any way to multiplex multiple inputs?
Thanks
Mathew
Solved! Go to Solution.
03-06-2010 08:40 AM
The general solution to that would be an Array.
03-06-2010 10:32 AM
03-06-2010 10:40 AM
I don't think a shared variable is applicable. In general, if you have a simple array, by definition you have multiple inputs.
You really need to provide some additional information. Are you using DAQ? Then a physical channel control will allow you select however many channels you want.
Multiplex multiple inputs how and to what?
03-06-2010 10:59 AM
OK.. the system is broadly like this.. I get data from DAQs(NI 9215), online databases, remote servers and data given on the front panel. I process them. So my requirement is to use them in a time multiplexed fashion and process one data at a time.
My doubt is whether the number of signals from the same source(for eg two or more data given from the front panel) can be increased without changing the program. And how do i multiplex them. Is there any specific VI available for multiplexing?
03-06-2010 11:29 AM