LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

array to cluster -> to many elements

Hello,

i am quite a beginner with labview. I use version 7.

I have a one-dimensional array that i've built with Build Array and a
Feedback Node. I convert this array to a cluster with Array To Cluster.
The cluster always contains 9 elements, even if the list contained only
one. Why is that?

Thank you!
Martin
0 Kudos
Message 1 of 3
(2,978 Views)
You have to specify how many elements you want in the array by right clicking on the Array To Cluster function and selecting "Cluster Size.." at the bottom of the context menu.

Ed


Ed Dickens - Certified LabVIEW Architect
Lockheed Martin Space
Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.
Message 2 of 3
(2,978 Views)
The cluster created has to be defined before the VI is run. There is a menu item on the Pop-up menu that lets you select the number of elements to use. It is called Cluster Size. I have no idea why the default is 9 elements.

I hope that this helps,
Bob Young
0 Kudos
Message 3 of 3
(2,978 Views)