Justin Reina Posted March 16, 2011 Report Share Posted March 16, 2011 Hi all, Is there a way to determine the call stack in LabVIEW, I can't seem to find discussion of it anywhere. My goal is for a subVI to know the name of his calling VI. I do know that you can access "Callers", but that doesn't tell me who specifically called the subVI. Thanks! -Justin Reina Quote Link to comment
GPiotr Posted March 16, 2011 Report Share Posted March 16, 2011 Hello, Try to use "Call Chain" function located in Programming->Application Control. It will return the array of VIs in a call stack. 1 Quote Link to comment
jgcode Posted March 16, 2011 Report Share Posted March 16, 2011 Is there a way to determine the call stack in LabVIEW, I can't seem to find discussion of it anywhere.My goal is for a subVI to know the name of his calling VI. I do know that you can access "Callers", but that doesn't tell me who specifically called the subVI. Yep, sure can. There is a VI named Call Chain and its in the Application Control Functions Palette. If you want a shortcut - OpenG has some great utilities, for example, in the OpenG Application Control Tools Palette: Cheers -JG 2 Quote Link to comment
Justin Reina Posted March 19, 2011 Author Report Share Posted March 19, 2011 Hey guys, wow, dumb question it appears! Thanks again for the help!! -Justin Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.