03-08-2008 01:04 PM
03-08-2008 01:31 PM
Hello,
I can change your existent code to that purpose. Please send it and refer your labview version.
03-08-2008 01:35 PM
03-08-2008 02:25 PM
03-08-2008 02:27 PM
That is what I am trying to do. May something like reading in an array first and then read through it continuously. No luck so far though.
Regards
Rachana
03-08-2008 03:05 PM
First of all, you are apparently using a graph, not a chart as you claim. There is a difference.
How big is the datafile? Can you attach that too?
03-08-2008 03:59 PM
03-08-2008 04:40 PM
You probably have a few misunderstanding on how LabVIEW works. You have a graph hooked up and thus you plot the entire datafile at once. If you would just re-read the same file from the beginning and graph it again, nothing would change unless the data in the file got somehow changed by a different program. Unless this is the case, reading it once is sufficient. The graph only needs to be updated if new data arrives, in the meantime it will keep the current data displayed even if you would stop the VI.
How much data do you want to display at each iteration? If you want to chart the data one point at a time and then start over with the first datapoint once you run out of elements, you could do something like in the attached.
There are many other possibilities, so please let us know exactly how you want the data displayed over time.
03-08-2008 05:07 PM