Authors: Darren (NI) [with functionality adjusted after insistence from AristosQueue (NI)]
Right-click on a wire and select this plug-in to do a zoom-highlight on the wire's source terminal. But the plug-in does not simply highlight the nearest source terminal. It will go upstream to find the nearest useful source terminal. What does that mean? It basically means "structure boundaries are special." In writing this plug-in, we evaluated all of the different tunnel and shift register types in LabVIEW to try to find the useful source in each case.
Some examples:
There are other fine grain examples -- you're welcome to look at the code for all the conditions.
Zoom-highlight will appear and select the cluster constant:
Attachment is saved in LabVIEW 2015. For install instructions, go here.
Thanks for the feedback. I have updated the attached plugin (still saved in LabVIEW 2015) to no longer hang when finding the source of a broken wire.