Cluster To Array Function

Owning Palette: Cluster, Class, & Variant VIs and Functions

Requires: Base Development System

Converts a cluster of elements of the same data type to a 1D array of elements of the same data type.

Example

 Add to the block diagram  Find on the palette
The cluster components cannot be arrays.
The elements in array are of the same type as the elements in cluster. The order of the elements in array is the same as the cluster order of the elements.

Example

Refer to the Array to Cluster VI in the labview\examples\Arrays directory for an example of using the Cluster To Array function.

 Open example  Find related examples