06-16-2008 02:32 PM
06-17-2008 01:30 PM
Hello avasque2,
To implement a plot in which you can select a specified number of plots to display simultaneously from a greater number of possible plots to display follow the following steps.
1. Build an array containing all of the waveforms from which you will select.
2. Carry the output of the array of waveforms to the input of an index array.
3. Expand the index array to include indexes for the number of plots that you will be displaying.
4. Create controls for each of the index inputs of the index array.
5. Wire the element outputs of the index array to a build array.
6. Wire the output of the second build array to a waveform chart or graph.
An example program is attached to illustrate the concept.