Owning Palette: FPGA Module VIs and Functions
Installed With: FPGA Module. This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.
Use the Cluster & Variant functions to create and manipulate clusters.
![]() | Note This palette is specific to FPGA targets and contains a subset of the VIs and functions that are on this palette when you edit a Windows or RT target VI. |
Refer to the Cluster & Variant Palette Details topic for information about Timed Loop compatibility, usage, timing, and resource considerations related to the objects on this palette.
| Palette Object | Description |
|---|---|
| Array To Cluster | Converts a 1D array to a cluster of elements of the same type as the array elements. Right-click the function and select Cluster Size from the shortcut menu to set the number of elements in the cluster. |
| Bundle By Name | Replaces one or more cluster elements. This function refers to cluster elements by name instead of by their position in the cluster. |
| Bundle | Assembles a cluster from individual elements. |
| Cluster Constant | Use this constant to supply a constant cluster value to the block diagram. |
| Cluster To Array | Converts a cluster of elements of the same data type to a 1D array of elements of the same data type. |
| Unbundle By Name | Returns the cluster elements whose names you specify. |
| Unbundle | Splits a cluster into each of its individual elements. |