Sometimes we have a big application that uses "MyTweakSubVI_A.vi" in many places. One morning we wake up and discover that this subVI could be made much better, so we wire up "MyTweakSubVI_B.vi" and do a few sandbox tests to verify that it operates correctly. After we are satisfied, comes the time where we need to replace every instance of "...SubVI_A..." with "...SubVI_B...".
The typical way would be to go to the VI hierarchy and "right-click...find all instances...select all...pick the replacement...replace all selected". Tedious!
Wouldn't it be easier if we could just right-click...replace (in the VI Hierarchy!)...pick the new VI and it would globally replace the old VI with the new VI.
IDEA: The VI hierarchy should have a "right-click..replace" menu entry that would directly do a global replacement of all instances of the selected VI.
(Of course there should be some protection in place so that anything in VI lib is not modified)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.