NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

how to run new executions with new windows not opening up

I am calling a step inside a for loop (with 50 iterations). Everytime that step gets called, I run it in a separate execution (and as expected, a new excution window also appears for that step). This works just fine and solves my purpose. I am wondering if there's something I can do such that the new window dosen't show up. Even though the window closes by itself when I terminate the execution programatically inside the loop, it would just be better if the new execution window just dosen't show up at all. So am wondering if there's an option somewhere to do that. I do want to keep the main execution window (which has the step that triggers new executions) running though.
 
This might not be possible, am just putting this question out here to see if it can be done..
 
Thanks !
 
Anuj
0 Kudos
Message 1 of 3
(2,702 Views)
On the sequence call step, set Settings>>Initially Hidden and Disable Tracing,  in addition to Settings>>Close Window when Done.
0 Kudos
Message 2 of 3
(2,695 Views)
That helps. Thanks a lot !
0 Kudos
Message 3 of 3
(2,682 Views)