LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

look for a vi caller

Solved!
Go to solution

can anyone let me know how to look for a vi caller. i.e I have abc.vi and I wanna know which other vi call this abc.vi. How can we find who is calling abc.vi?

 

Thanks,

0 Kudos
Message 1 of 4
(2,937 Views)
Solution
Accepted by topic author Triple_H

Is this while a program is running, or while you are developing? If it's while running the Call Chain will return the call list. However, note that this only applies to a specific insance of that VI.  In order for a VI to be called more than once simultaneously it must be reentrant. If it's while you're developing, go to the menu. Select View -> VI Hierarchy.

0 Kudos
Message 2 of 4
(2,930 Views)

ALso, if you are using a LabVIEW project, you can right-click the VI in the project window and select "find...callers"

0 Kudos
Message 3 of 4
(2,919 Views)

Thanks Guys. You are awsome.

0 Kudos
Message 4 of 4
(2,909 Views)