LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Easy way to locate function used on Block Diagram by Name?

Solved!
Go to solution

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?

 

 

0 Kudos
Message 1 of 3
(2,422 Views)
Solution
Accepted by dbaechtel

I located the Find function with the View Hierarchy that does just what I need.

 

 

THANKS.

 

 

0 Kudos
Message 2 of 3
(2,412 Views)

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).

0 Kudos
Message 3 of 3
(2,379 Views)