01-28-2008 10:52 AM
Hi folks!
I want to plot a time domain graph. I receive the data from a remote host, and
I receive the time that the data was generated and the data itself.
The frequency of that data is variable.
The graph must have a fixed time slice (X axis). The graph must moves from
right to left continuously.
Which object should I use? Does the labwindows have a graph object to plot it?
Thank you!
01-28-2008 11:14 AM
01-28-2008 12:25 PM - edited 01-28-2008 12:34 PM
The
software that I am working in is event-oriented, so it is not a good approach
to set a fastest rate and repeat the data that I plotted previously. Also, I
don’t store the data locally; I just receive, plot and discard it.
That time, the solution suggested by Luis works, but now, I afraid that is not the best idea.
I hope that NI has an object that does it.
Thank you.