LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Question of using table?

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.
0 Kudos
Message 1 of 8
(3,216 Views)
Hello,

look attached vi.
It simulates measurement data in your format and print to table.
Good luck.
Message 2 of 8
(3,216 Views)
I'm using LabVIEW 5.1 so that I can't use control reference. Are there any other ways for doing that?

Bill.
0 Kudos
Message 3 of 8
(3,216 Views)
Use Invoke Node and Property node instead control refernce.
0 Kudos
Message 4 of 8
(3,216 Views)
How to link the reference of table to invoke node and property node?

Bill
0 Kudos
Message 5 of 8
(3,216 Views)
Click right button on control terminal.
In popup menu click create and select property node or invoke node.
0 Kudos
Message 6 of 8
(3,216 Views)
This is a new feature in LabVIEW6 and I can't use it in 5.1. Anyway, thanks for your help.

Bill.
0 Kudos
Message 7 of 8
(3,216 Views)
In LabVIEW 5 use attribute node instead property node.
If you haven't invoke node "return to default", use also attribute node "value" and write into empty string array.
0 Kudos
Message 8 of 8
(3,216 Views)