Michael Aivaliotis Posted May 29, 2003 Report Share Posted May 29, 2003 I'm in a situation where I want to probe a subpaneled VI while it's running. While the subpaneled VI is idle, I probe it and run the calling VI. I get the message: Error 1144 occurred at Invoke Node in ...Possible reason(s):LabVIEW: Cannot insert VI in a subpanel control because VI is already open. Doh! Oh well. I then decide to probe the diagram after the Vi has been subpaneled. This seems to work provided you have acces to the diagram. You can do this if you have the vi on the diagram of another VI and then ctrl+dbl-click the icon. This takes you to the diagram. Does anyone know of a better way to initiate a probing session on a subpaneled VI? Quote Link to comment
Norm Kirchner Posted October 7, 2004 Report Share Posted October 7, 2004 Place a breakpoint in the subpanel VI. Save it and close it. Run the Calling VI. When it hits the breakpoint, it will pop up the subpanel. Just be careful to eventually remove the breakpoint from the VI when it is not in the subpanel. Alternatively, you can turn on the Allow view of BD option when you right click on the empty subpanel control at edit time. then all you have to do is right click on an open portion of the loaded subpanel vi and you should see a 1 item list to view the BD. Hope that helps ~,~ 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.