Hi. My goal is to read some data from a text file that another program is coninually updating and plot this data in real time as the other program updates the data.
Right now I am still working on just reading the data from a text file and plotting it. I have successfully read a line of data from a text file and placed it in a numberic array, but i am having problems plotting it all on the same graph. The array I am using is 10 X1 with the first element being the time and the rest of the 9 are the variables i wish to plot vs. time. I have been doing this with an xy plot, but I have only been able to plot each variable on its own plot individually. I want them all on the same plot. Also I would like all of the data to remain on the screen.
I have attached my VI and the text file.
Thanks.
Message Edited by jgkempen on 09-06-2007 04:52 PM