Signal Conditioning

cancel
Showing results for 
Search instead for 
Did you mean: 

32 simultaneous channel front panel display

I have 4 SCXI 1140 cards synchronized, and now I need to display the 32 channels that I have acquired.  How would you go about displaying 8 or 10 channels at a time with the ability to choose which channels you want to display on the graphs. 
Message 1 of 2
(6,069 Views)

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.

 

National Instruments
Applications Engineer
Message 2 of 2
(6,058 Views)