LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

unbundle cluster problem

Hi,

I have a multicolumn listbox and then I attach it to a index array property node in order to read  the row selected by the user. Then I convert this array (row) with an Array to Cluster and finally I link this to a unbundle cluster but in this cluster only appears 9 items [0..8] but my multicolumn listbox has 10 items [0..9]. Why doesn't appear in my cluster the items from 0 to 9? Why only from 0 to 8?

Thanks,

Toni.

I attach here a picture of it.

0 Kudos
Message 1 of 2
(2,404 Views)
ok,

I have solve it, by default the size of the cluster size of an array to cluster block is limited to 9, you must change it by doing Right-click the node and select Cluster size from the shortcut menu and you must set the number of elements in the cluster to the number you desire. The maximum cluster size for this function is 256.

Thanks,

ToNi.
Message 2 of 2
(2,401 Views)