LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to search for a specific LabVIEW native in all the VIs in a project

Solved!
Go to solution

I need to search for all instances of a native VI in a project.  In my case it is Rotate 1D Array.  At present when I search not all instances are found.   Is there a setting that I am missing.  

 

Capture.PNG

Mark | CLA
0 Kudos
Message 1 of 3
(2,484 Views)
Solution
Accepted by topic author Mark_L

You're searching for text. On the top of the find dialog (Ctrl+F) is a radio box for switching to objects search, which includes the primitives.

 

Also, a useful shortcut is to simply select the relevant object somewhere in your code and then press Ctrl+F, which will already select the object you selected in the dialog.

 

In any case, note that the search is performed on the VIs that are loaded, not on the VIs which are in the project, so if you have dynamically loaded VIs and they're not loaded (through a calling VI or by being in a class, which loads all its VIs), those VIs will not be searched.


___________________
Try to take over the world!
Message 2 of 3
(2,453 Views)

Excellent. Thank you.  It works.  It must have been a while since I used it that way as it sounds vaguely familiar now.  

 

Mark | CLA
0 Kudos
Message 3 of 3
(2,437 Views)