01-05-2011 10:17 AM
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
Solved! Go to Solution.
01-05-2011 12:19 PM
@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.