LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to fix: Unboundle is not showing all elements boundled

Solved!
Go to solution

Hello!!

 

In the attached image you can see in my VI I use a build array and after something I converted it to a cluster. Everything was good before insert the 9th element into the array so now then unboundle does not show the 9th element inserted. Why?

 

It doesnt make sense to me. Seems an issue.

 

Thanks in advanced!

 

 

 

0 Kudos
Message 1 of 5
(3,292 Views)

Array to Cluster defaults to 9 elements. You must manually configure it for other sizes.

 

Lynn

Message 2 of 5
(3,274 Views)
Solution
Accepted by topic author clebermarques

Right click the array to cluster and select cluster size to increase the size of elements.

 

good luck Smiley Very Happy



-Matt
0 Kudos
Message 3 of 5
(3,273 Views)

Great! I would never imagine that it's configurable! Smiley Indifferent

 

0 Kudos
Message 4 of 5
(3,267 Views)

It has to be configurable because unlike arrays, clusters contain a fixed number of elements that needs to be known at compile time.

 

Of course the question remains why you even need to convert to a cluster. Can we see the rest of the code?

0 Kudos
Message 5 of 5
(3,250 Views)