03-23-2007 02:10 PM
03-23-2007 02:45 PM
Just sticking with the Express functions for simplicity, look in the Express>Signal Manipulation palette.
There's two functions in there that should get to where you want.
One is Split Signals. This is the simplest way. This node can be re-sized (by just clicking and dragging on the bottom) to output the number of signals you are reading from the DAQ assistant. The output order of this will be the same as the scan order you have setup in the DAQ assistant. You can use the Merge Signals to get the corresponding signals back into a single wire to connect to the graph or chart.
The other is Select Signals. This allows you to specify which signals to output so you end up with a single wire with all the signals you want for that graph/chart.
And just for informational purposes, all the analog inputs on a multi-function DAQ card (all M and E series cards) are a single resource. Kind of like a serial port. So you can only access any of the analog inputs from a single place in your application. This why using multiple ones wouldn't work.
Ed