Hi
Thanks for your store.vi code
Couldn't get it work correctly. The while loop I have is used for data acquistion and is running fast and the index count is of no use.
I also may of not explained the problem unambiguously, the word ROW in the above example and the values under that column were to show the index and were not part of the saved data.
My main program acquires data from H/W in a loop and various calculations are performed on the fly and the results are displayed on the front panel correctly as double precision values.
Let's say this displayed data is x, y and z respectively. At some time let's say when x=2, y=4, z=6 I press the STORE button. Then at a different time later the data is x=1, y=3, z=7 and I press STORE again. This could continue like this, each time the store button is pressed adds a new ROW of the three COLUMNS x,y,z to the array. If in this case I now press STOP, the array along with X Y Z string header is saved to a file. Below is how the file contents of the data should look exactly for the above example:-
X Y Z
2 4 6
1 3 7
I've only used small numbers due to the forum only allowing one space char, for clarity.
Any ideas welcome! thanks in advance for your help
Ieon