11-30-2006 09:25 PM
11-30-2006 11:41 PM
12-01-2006 12:04 AM
12-01-2006 12:46 PM
Howdy JasonT_808,
Yes it is possible to plot multiple waveforms on one graph control. As Roberto mentioned, you can use the PlotWaveform function. So for example, if your panel's name was PANEL and your graphs name was GRAPH, you could say:
PlotWaveform (PANEL, PANEL_GRAPH, FirstWaveform, Wave1NumPoints, .....);
PlotWaveform (PANEL, PANEL_GRAPH, SecondWaveform, Wave2NumPoints, .....);
This would plot FirstWaveform and SecondWaveform on the same graph control.
Best Regards,
04-17-2008 03:20 PM
04-17-2008 04:14 PM