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.