Hi
I have a problem for measurement and it will get some numeric data to LabVIEW. I want to put all the data into a table and the format is as below.
No. Total Time
1 4 11
12
10
11
2 3 23
14
18
3 3 12
11
15
No. is the total number of loop has been executed. Total is the number of time I get. Time is an array generated in each loop. I don't know how to program for this format. Any suggestion?
Bill.