10-04-2016 05:35 PM
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!
Solved! Go to Solution.
10-04-2016 05:42 PM
Array to Cluster defaults to 9 elements. You must manually configure it for other sizes.
Lynn
10-04-2016 05:42 PM
Right click the array to cluster and select cluster size to increase the size of elements.
good luck
10-04-2016 05:46 PM
Great! I would never imagine that it's configurable!
10-04-2016 07:02 PM - edited 10-04-2016 07:20 PM
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?