Jump to content

Cluster data type

From LabVIEW Wiki
Revision as of 20:33, 17 November 2007 by Tcplomp (talk | contribs)

Template:TOCRight A Cluster is a LabVIEW datatype that can be custimized by the programmer. It is similar to a C struct. Clusters can be stored solitarely in a Control. The color of the cluster on the Block_Diagram gives some insight on the included data-types. A brown cluster consists of numeric data types and numerical actions as 'plus', 'minus' and others can be applied to the cluster directly. Additionally the size of the cluster (bytewise) is fixed. A pink cluster has a variable size because of the use of (for instance) strings or arrays.