NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Sequence run is stuck at the End group in regression run and hence it is not loading next sequence

I have setup a regression test for many sequences in which all sequences run one by one. Now sometimes at the end of sequence running is stuck at end group and not loading the next sequence for run. Can someone let me know what could be the problem??

0 Kudos
Message 1 of 3
(2,945 Views)

You should post a small example showing this behavior.

Also verify that no message popups show up but are hidden in the background.

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 3
(2,900 Views)

Do you have .NET or ActiveX/COM code modules? If so they might be getting cleaned up at the end of a sequence because their references were stored in local variables. If so attach a debugger and see if it's hung inside the cleanup code for such code modules.

 

Another possibility is if you have code modules set to 'Unload after sequence executes' it might be hanging in the unloading of one of your modules. Again, attaching a debugger and seeing what it's doing is probably the best approach if your code modules are C/C++, or .NET.

 

Hope this helps,

-Doug

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