LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Update clusters in sub vi's

Solved!
Go to solution

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.

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 1 of 2
(2,476 Views)
Solution
Accepted by topic author RTSLVU

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.

 

See this nugget on Typ defs.

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 2 of 2
(2,463 Views)