Groups | Search | Server Info | Login | Register


Groups > comp.lang.labview > #94

LABVIEW – CONVERSION BETWEEN ARRAYS AND CLUSTERS

Newsgroups comp.lang.labview
Date 2016-12-21 23:04 -0800
Message-ID <e74fc3c7-ca8d-496f-bfe6-613ee3673139@googlegroups.com> (permalink)
Subject LABVIEW – CONVERSION BETWEEN ARRAYS AND CLUSTERS
From azhar uddin <mrdinfonet1@gmail.com>

Show all headers | View raw


LABVIEW has many more functions for ARRAYS than CLUSTERS and it is often required to change array to clusters and clusters to arrays. A cluster can be converted into an array first and converted back to a cluster after performing the required operation from the available array functions.

You can convert a cluster with elements of the same type to an array and use array functions to manipulate the contents. Complete the following steps to convert a cluster to an array.

Step    1: Place a cluster on the FRONT PANEL.

Step    2: Place the Cluster To Array function on the BLOCK DIAGRAM.

Step    3: Wire the cluster to the Cluster To Array function.

Step   4: Right-click the Cluster To Array function and select Create»Indicator from the shortcut menu to create an array indicator.

Step   5: Run the VI from the front panel. The array indicator displays the values of the cluster.

For more information, click the link below.
http://mindmajix.com/labview/conversion-between-arrays-and-clusters

Back to comp.lang.labview | Previous | Next | Find similar


Thread

LABVIEW – CONVERSION BETWEEN ARRAYS AND CLUSTERS azhar uddin <mrdinfonet1@gmail.com> - 2016-12-21 23:04 -0800

csiph-web