08-11-2008 11:11 PM
08-12-2008 02:39 AM
08-12-2008 04:36 PM
08-13-2008 08:58 PM
08-13-2008 09:48 PM
First of all, you are not storing data in notepad. You are not storing data in Excel. You are storing data on your hard drive. It is a text file that can be viewed by any number of other programs. Second, as has been already answered ac ouple of times in this thread, you just need to call the Read From Spreadsheet File function to load and display the file in a graph. It will display all of the data in the file. No need to scroll. Since you are not saving any time information, there is no way to format the x-axis. The built in tools of a graph will allow you to zoom if that is what you want. If you want, you can also display the data in an array indicator. Where and when you place the Read From Spreadsheet File function is up to you. It can be in the basic example you already posted or in a separate VI.
I would stronly suggest you review the learning LabVIEW options that are available at http://www.ni.com/academic/lv_training/how_learn_lv.htm. This is all very basic stuff and you keep asking the same thing over and over again and the answer about reading from a file isn't going to change.