LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Probe reentrant vi block diagram

Solved!
Go to solution

In my project I'm trying to probe the error terminals of a bunch of reentrant VIs, however, when executed, the original VIs do not present the errors in the called clones.  Is there a way to open the block diagrams of individual clones and insert breaks and probes?

0 Kudos
Message 1 of 3
(2,815 Views)
Solution
Accepted by topic author Jeanius

In modern LV versions (>~8.2), yes.

 

First, if you place a breakpoint in the original VI before running, it will apply to all the clones (and then you can add probes).

Second, you can double click the VI in the diagram once the code is running and it will open that specific clone.

 

Note that you will need to have the debugging enabled checkbox checked for the VI, but since that is the default, it's probably still like that.


___________________
Try to take over the world!
Message 2 of 3
(2,810 Views)

Perfect, thank you!

0 Kudos
Message 3 of 3
(2,805 Views)