LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VI Dynamic Callers

Hi all.
I have some sub-VI that running dynamically by different VIs. I need to know what VI launch sub-VI.
0 Kudos
Message 1 of 2
(2,538 Views)

I don't think there is any built-in way to do this, because the Callers property only returns non-dynamic callers.

I think you will have to do this yourself. For example, you could have a string control (which will hold the calling VI's name) inside the called VI and use Set Control Value to set it from the calling VI.


___________________
Try to take over the world!
Message 2 of 2
(2,533 Views)