LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to search dynamically called VI in LV project.

Helli Everyone...!

 

I'm working in one of the complex LV project, And in that many VI are dynamic. My query is how I can search/find dynamic VI where they called in overall LV project. Example abc.vi is dynamic and it's called many VI's in LV project by called by reference.

 

Like we'll search normal called VI by right clicking, selecting the all instance option.

 

If anyone have solution please guide me.

0 Kudos
Message 1 of 3
(122 Views)

Hello

You can use breakpoint, when the vi is called you can see it.

0 Kudos
Message 2 of 3
(108 Views)

There are different possibilities.

You can add some logging information (call self made "logger" VI which will log call chain) or use Win API OutputDebugStringA() function).

 

Another way is to use Desktop Trace Execution Tool, this will also log all your calls:

Screenshot 2024-04-30 11.36.04.png

0 Kudos
Message 3 of 3
(94 Views)