01-14-2012 06:20 PM
01-14-2012 07:04 PM
You are not very specific here, but you are probably looking for a chart. This assumes that the data is spaced equally in time.
Another possibility would be the xy graph frmo the express palette. You can configure it to retain data between calls.
In the most general case you can build up your data in a shift register.
01-15-2012 09:49 PM - edited 01-15-2012 09:51 PM
Hi
If you are planning to save the chart/graph data from previous execution of the vi, as in, close the vi and run again, you can try saving the data in a compatible format to a file and read from the file before you begin the data display during the next run of the VI.
On a general note, we can give you simple to complex possibilties of solving your problem, without actually knowing which one would be more helpful, or which option needs more details.
Most of us would suggest authors to be more clearer on their requirement. Else, we would be guessing around what you may be actually requiring.
A VI to show what you need, or to show what is already done may be of help.
Edited:
You said 'initialized'. Are you initializing the graph at every iteration? How are you building data onto the graph?