You can build a 1D array as your loop runs. Where your data exits the while loop, right click on the border and select 'Enable Index'.
If you want to save data continously, you need to move your 'Write to spreadsheet file' vi inside your while loop. As it is, only the last data point will be saved when you stop your loop.
You will also need to connect a control or constant to the file path input so that you do not get a file dialog every time your loop iterates. Further, connect a True constant to the 'append to file?' input so that you do not overwrite data.
Also, you may want to insert a wait period in your loop to allow other processes to run.
Message Edited by DavidT on 04-27-2005 09:16 AM