LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

suspend when called

Solved!
Go to solution

When I suspend the execution of a VI using the "suspend when called" property, is there any way to tell which VI called the suspended VI? Thanks.

0 Kudos
Message 1 of 5
(2,336 Views)

@efarr wrote:

When I suspend the execution of a VI using the "suspend when called" property, is there any way to tell which VI called the suspended VI? Thanks.


guessing...

 

Take a look at the indicator on the tool bar where you normal expect to see the font drop-dwon menu. Does it show the call chain?

 

Ben

 

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 2 of 5
(2,334 Views)
Solution
Accepted by topic author efarr

There is a function that returns the call chain.

Also you can use the trace execution toolkit for lots of low level executoin detail

Paul Falkenstein
Coleman Technologies Inc.
CLA, CPI, AIA-Vision
Labview 4.0- 2013, RT, Vision, FPGA
0 Kudos
Message 3 of 5
(2,333 Views)

The VI hierarchy is on the menu! Thanks! 

0 Kudos
Message 4 of 5
(2,326 Views)

@efarr wrote:

The VI hierarchy is on the menu! Thanks! 


I'll take that as a sign that it is on the drop-down menu as I had guessed.

 

Ben

 

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 5 of 5
(2,317 Views)