Global Search in LabVIEW Projects

Updated Dec 8, 2025

Reported In

Software

  • LabVIEW

Issue Details

I am working on a LabVIEW project and need to search for specific text globally across all VIs and Sub VIs. However, the search results vary depending on which VIs I have open at the time.

Solution

Use Ctrl+F to open the global search tab in your LabVIEW project. Be aware that some items may not appear in the results—this happens because certain elements in LabVIEW are only searchable when their corresponding VIs are loaded into memory.

To ensure a complete and accurate search:

  1. Open all VIs in the project before performing the search.
  2. Simplify this process by holding Ctrl and left-clicking each VI in the Project Explorer.
  3. Then, right-click on the selection and choose Open to load all VIs into memory.

Once all VIs are open, run your search again to capture all relevant items across the project.