Home  >  Blog  >   Labview

Overview Of Clusters In Labview

Rating: 4
  
 
7523
  1. Share:
Labview Articles

CLUSTERS Group Data Elements

CLUSTERS group data elements of mixed types. An example of a cluster is the LABVIEW error cluster, which combines a Boolean value, a numeric value and a string. A cluster is similar to a record or a struct in text-based programming languages. The below Figure shows the error cluster control and the corresponding terminal created in the BLOCK DIAGRAM. This cluster consists of a Boolean control (status), a numeric control (code) and a string control (source).

If you would like to Enrich your career with an Android certified professional, then visit Mindmajix - A Global online training platform: “LabVIEW training” Course.This course will help you to achieve excellence in this domain.

 

CLUSTER- error tab

Bundling several data elements into clusters eliminates wire clutter on the block diagram. It also reduces the number of connector pane terminals that SUBVIS need by passing several values to one terminal. The connector pane has, at most, 28 terminals. If your FRONT PANEL contains more than 28 controls and indicators that you want to pass to another VI, group some of them into a cluster and assign the cluster to a terminal on the connector pane. In the below Figure (a) individual values are passed to the connector pane terminals. In the below Figure (b) CONTROLS AND INDICATORS are grouped into clusters and connected to one control panel terminal each.

Control Indicators flow
Most clusters on the block diagram have a pink wire pattern and data type terminal. Clusters of numeric values, sometimes referred to as points, have a brown wire pattern and data type terminal as shown in below Figure. You can wire brown numeric clusters to numeric functions, such as Add or Square Root, to perform the same operation simultaneously on all elements of the cluster.

Numeric Cluster

Clusters group like or unlike components together. They are equivalent to a record in Pascal or a struct in ANSI C. Cluster components may be of different data types.
Examples

  • Error information – Grouping a Boolean error flag, a numeric error code, and an error source string to specify the exact error.
  • User information – Grouping a string indicating a user’s name and an ID number specifying the user’s security code.

Learn LabVIEW Tutorial

All elements of a cluster must be either controls or indicators. You cannot have a string control and a Boolean indicator. Think of clusters as grouping individual wires (data objects) together into a cable (cluster). The following is an example of a cluster used to store student information.

 MindMajix YouTube Channel

LABVIEW CLUSTER EXAMPLE

Description: Clusters group data elements of mixed types, such as a bundle of wires, as in a telephone cable, where each wire in the cable represents a different element of the cluster. A cluster is similar to a record or a struct in text-based programming languages. Bundling several data elements into clusters eliminates wire clutter on the BLOCK DIAGRAM and reduces the number of connector pane terminals that subVIs need. Like an ARRAY, a cluster is either a control or an indicator. A cluster cannot contain a mixture of controls and indicators.

LABVIEW CLUSTER EXAMPLE

Explore LabVIEW Sample Resumes! Download & Edit, Get Noticed by Top Employers!Download Now!

 

Join our newsletter
inbox

Stay updated with our newsletter, packed with Tutorials, Interview Questions, How-to's, Tips & Tricks, Latest Trends & Updates, and more ➤ Straight to your inbox!

Course Schedule
NameDates
LabVIEW TrainingMar 23 to Apr 07View Details
LabVIEW TrainingMar 26 to Apr 10View Details
LabVIEW TrainingMar 30 to Apr 14View Details
LabVIEW TrainingApr 02 to Apr 17View Details
Last updated: 29 Apr 2023
About Author

I am Ruchitha, working as a content writer for MindMajix technologies. My writings focus on the latest technical software, tutorials, and innovations. I am also into research about AI and Neuromarketing. I am a media post-graduate from BCU – Birmingham, UK. Before, my writings focused on business articles on digital marketing and social media. You can connect with me on LinkedIn.

read more
Recommended Courses

1 / 15