LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

relink to subVI

I have a subVI which gets called in many different VIs throughout my application. Recently I needed to change that subVI by adding a new input. The problem is that now the subVI needs to be "relinked" everywhere throughout my many VIs - takes a very long time to open each VI and relink the subVI. I've tried to do a mass compile but this fails since the VIs are broken. Does anyone know of an automated way to "relink to subVI"?

Thanks in advance.
0 Kudos
Message 1 of 2
(2,939 Views)
Unfortunately, this is not a feature supported in LV. Best option is to do a 'Find' operation (Ctrl+F) for all instances of the vi so you do not have to go searching thorough all your subvi's.
Message 2 of 2
(2,930 Views)