10-15-2010 01:04 PM
Is there an easier way to update clusters in all my sub vi's?
For instance I have a cluster of test parameters, not I have to add a new test parameter.
If I add the new say numeric to the top level vi's parameter cluster it of course breaks all sub vi's because the cluster input no longer matches the cluster control on the sub vi's.
That means I have to open every sub vi and update the cluster control.
Solved! Go to Solution.
10-15-2010 01:38 PM
Replace each of the current clusters with a type def'd version of each. One replaced the cluster will automatically update when the def changes.
Ben