Effectively Inspect Large Number of LabVIEW VI

Updated Dec 4, 2023

Reported In

Software

  • LabVIEW
  • LabVIEW VI Scripting

Issue Details

I have a LabVIEW project consisting of thousands of subVIs. How can I find which subVIs are calling a specific subVI, structure or node effectively?

Solution

VI Scripting can be used to locate which subVIs are calling a specific subVI, structure or node effectively. Not only locates the desired subVI,but it also allows the user to create, view and modify a node's input and output value programmatically.