LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Some questions about cluster

Hi everybody,

Well, need some help about cluster and table...Thanks in advance. I am on LabView 5.1.

1 - I want to empty a table. How I could do that ?
2 - I have got a big array of cluster. One cluster
is one index (a I32) and a table of 19 double. Now,
I want to display them in a table.

With a loop and a To Fractional block, I am able to
display my doubles in the table. But I cannot put at
the same time the I32 information in it. Do you have an idea ?

Thanks

Bye
0 Kudos
Message 1 of 5
(3,048 Views)
Since you don't say how you want your table organized, I'm just guessing. Look at the attachments and see if that is what you are trying to do. I only have LabVIEW 6.1 so I can't give you the VI.

Also, to empty a table, wire an empty array to a local variable of the array.
Download All
0 Kudos
Message 2 of 5
(3,048 Views)
First thanks for your answer,

I still have a problem. On the diagram you sent me,
there is Format Into String VI, a To Fractional VI
but I do not find what is the third VI, the one connected to table (maybe a version difference). Is it a concatenate strings VI ? I have tried it and it does
not work.

Well, sorry to ask you such low interest questions....

Alexis
0 Kudos
Message 3 of 5
(3,048 Views)
Alexis,
The third function is Build Array. You can find it under the Array subpalette. It adds a new element to the array with every loop iteration and stores the array in the loop's output tunnel. When the loop is done executing, the tunnel content is passed to the table.

Zvezdana S.
0 Kudos
Message 4 of 5
(3,048 Views)
Excellent

thanks a lot, everything is OK.

See you
0 Kudos
Message 5 of 5
(3,048 Views)