RAJKU Posted August 31, 2008 Report Share Posted August 31, 2008 I always wondered to know if there were any method to identify which part of the code in VI Hierarchy is being currently executed by labVIEW execution. The execution status of the VI say Running for all the VIs in the Hierarchy irrespective of which part of the code is getting is executed. Is there any way ? Quote Link to comment
JustinThomas Posted August 31, 2008 Report Share Posted August 31, 2008 QUOTE (RAJKU @ Aug 30 2008, 01:55 PM) I always wondered to know if there were any method to identify which part of the code in VI Hierarchy is being currently executed by labVIEW execution. The execution status of the VI say Running for all the VIs in the Hierarchy irrespective of which part of the code is getting is executed. Is there any way ? You can do this by looking at the type of arrow the Run button shows see the attached image Quote Link to comment
Yair Posted August 31, 2008 Report Share Posted August 31, 2008 Looks like you can't. See here for another attempt. One option would be to add a VI (or two) which will register and unregister its caller in a master list when it starts and stops running, but you would need to add those VI to every single VI that you want to monitor, which makes it impractical. 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.