NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Finding where TS calls a VI

Solved!
Go to solution

I need to modify a dialog VI on my system. According the the relationship browser this VI is called by only one VI named EnterModuleData.vi. The relationship browser says EnterModuleData.vi has no callers. The hierarchy shows EnterModuleData in a class and above it only the application instance. So I assume this VI is called by TS. It is not in the main sequence so I believe it is called from the custom _SequentialModule provided by the original developer. I used find and find in files but I cannot determine from where this top level VI is called.

 

Perhaps my search methodology is wrong. Could you suggest another way to find a reference to it?

 

 

Thanks,

 

jvh

0 Kudos
Message 1 of 2
(3,037 Views)
Solution
Accepted by topic author jvh75021

 


@jvh75021 wrote:

I need to modify a dialog VI on my system. According the the relationship browser this VI is called by only one VI named EnterModuleData.vi. The relationship browser says EnterModuleData.vi has no callers. The hierarchy shows EnterModuleData in a class and above it only the application instance. So I assume this VI is called by TS. It is not in the main sequence so I believe it is called from the custom _SequentialModule provided by the original developer. I used find and find in files but I cannot determine from where this top level VI is called.

 

Perhaps my search methodology is wrong. Could you suggest another way to find a reference to it?

 

 

Thanks,

 

jvh


 

This turns out to be a LabView problem. A couple of the VIs were not showing all of their callers in the relationship browser. Also one (maybe more) VI shows nothing but the application instance when the heirarchy is displayed, though it is called by another VI.

0 Kudos
Message 2 of 2
(3,028 Views)