LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Actor is locked on exit

I have around 5-6 actors in my project and on close button press, the actors and nested actors are closed using self normal stop. Since one of the actor core has not implemented the exit sequence properly, the actors are in locked state. Is there a way to know which actor did not close properly?

0 Kudos
Message 1 of 2
(105 Views)

Just two suggestions (might be helpful for you, but wasn't tested by me):

Desktop Execution Trace Toolkit Support for Actor Framework

Actor Hierarchy Inspector by justACS - Toolkit for LabVIEW

Debug mode handled inside of Actor.vi in this way, so may be you can use Debug Alias to identify which one was locked:

Screenshot 2024-04-09 09.20.42.png

0 Kudos
Message 2 of 2
(80 Views)