Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Define Cluster

I am developing a family of VIs that have the same cluster as an input (by 'same' I mean, same number of elements, each element has the same name and data type).  Each VI takes the cluster, manipulates an element in some way, and then outputs the cluster.  Say in the future I decide I want to add an element to the cluster, or change one of the element's data type.  As it stands, I have to change the cluster in each of my VIs to reflect this change. 

Is there someway that I can define a cluster somewhere (call it the god cluster, all other clusters are formed in its image), and point back to it in all my other VIs? So that I can just change the god cluster, automatically updating the clusters in the other VIs.
0 Kudos
Message 1 of 2
(2,932 Views)

Whilst searching for the God cluster, search the LabVIEW help for typedef. It will serve you well 🙂

 

-AK2DM

~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 2 of 2
(2,927 Views)