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?
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.
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.