03-14-2006 05:09 AM
03-15-2006 02:38 PM
Sounds like you would be better served by a chart rather than a graph. With a chart, you can plot data sequentially (either point by point or in chunks) and maintain a history, which corresponds to how much past data is displayed in the chart. You can configure how large your history is by simply right-clicking the chart and selecting "Chart History Length". This way all you have to do on your block diagram is wire the current data value to the chart terminal and all the storing of old data is handled automatically behind the scenes. As far as timing information, use the waveform data type for your data (which includes timing information) instead of regular numerics, and that timing information will be carried through to the chart display.
For more information about charts, I would encourage you to check out some of the examples that ship with LabVIEW. Simply go to Help>>Find Examples and type "charts" into the query on the Search tab.
Kind Regards,