09-18-2008 02:37 PM
Is there a way to know what VI called the current subvi that is running. For example I have a subvi module that is called by ~4 different VIs. I want the SubVi to know what program called it (or if noone called it and I just ran it) so that it can print this to a file when it saves the data.
Thanks,
Michael
09-18-2008 02:41 PM - edited 09-18-2008 02:42 PM
Just have all the callers pass their name as a string to it. Then have it write the string to file.
09-18-2008 02:44 PM