LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Searching on VI properties?

Is there any way to do a search on "VI properties" which are set for "all vis in memory"? E.g. can a search be done to identify among all open vis all that are configured to "open when called"?
0 Kudos
Message 1 of 2
(2,445 Views)
Warren,

I am assuming that you want to do this during edit mode, which I don't believe you can.

However, you could write a VI to do it using VI server. You can open a reference to the main VI and then use the callees property to get the names of the SubVIs, there is also a property Execution>>Show Front Panel on Call. You may have to then open references to the SubVIs, and continue the process until you have found all the VIs, and whether they are set to show on front panel.
0 Kudos
Message 2 of 2
(2,445 Views)