09-22-2010 09:37 AM
Is there an easy way to locate functions used on the Block Diagram by the Generic Function name?
I have user quite a few Display Message to User functions on my Block Diagram to help me debug a difficult sequence of events agross multiple VIs. Now that it is working, I would like to go back and disable most of those Display Messages. Most of them are tucked far inside quite a few layers of Structures and are not easy to find.
So is there an easy way to get a list of where these functions are used so that I can quickly go in and modify them?
Solved! Go to Solution.
09-22-2010 09:53 AM
I located the Find function with the View Hierarchy that does just what I need.
THANKS.
09-23-2010 08:36 AM
If you need to do this programatically, you can use the new Traverse for GObjects.vi in LabVIEW 2010. I believe Darren released it in earlier versions, as well. The code itself will work back to about LabVIEW 6i (it is scripting).