My data are indexed (coming out from For loop structure) and the saved file has some ascii characters in the beginin of each indexed part. For example,
#@@% 1,1 2,3
3,4 5,4
5,6 7,6 (end of first acquisition)
#$% 2,3 7,9 (beginin of second )
3,1 4,5
5,4 6,4
The file is a sequence of arrays that form, all together, a single and bigger array. If i acquire data, say 10 times, and save to file, the problem will be repeated 10 times, each one to each acquisition. I attached the program (Labview 6.0). You can put some random numbers just to make it works. Thank you.