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.