02-26-2007 10:38 AM
02-26-2007 11:52 AM
02-26-2007 11:58 AM
02-26-2007 12:44 PM
02-26-2007 12:52 PM
02-26-2007 12:53 PM
You can put only so many waveform graphs on a front panel. I doubt that you could put 30. You could put just a few graphs and under each graph have a selector, like an enum or a numeric control, to select which waveform you want to display on that graph. In the block diagram, you would have to have a case structure for each waveform graph and use the selector to choose which waveform gets wired to the graph.
The more graphs you add, the more complex the wiring will become. The 30 waveforms would have to be wired to each of the case structures. This is going to be a mess of wires.