04-30-2024 03:41 AM
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.
04-30-2024 04:11 AM
Hello
You can use breakpoint, when the vi is called you can see it.
04-30-2024 04:38 AM
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: