LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW Hanging After Stopping VI?

Hi There,

 

LabVIEW is often hanging when I stop a VI? And by stop I mean a proper, my code stops and cleans up, not an "Abort" stop. LabVIEW hangs for 15 seconds to 90 seconds and then proceeds normally. Seems like it's struggling to clean something up. Not sure what's going on.

 

Any tips? What's normally the culprit here? Or am I the only one?

 

I am using a lot of user events between async VIs, otherwise it's all pretty vanilla.

 

 

 

 

0 Kudos
Message 1 of 2
(1,403 Views)

I have seen this if a VI was not properly stopped (ie one of your asynchronous VI is still running due to not getting the stop message) or if a VISA resource was not closed.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 2
(1,343 Views)