02-11-2014 09:12 AM
Hello,
I want to allow simultaneous execution of one Sequence File only. Is there a TestStand property (Station Options, Model Property or the like) to configure that?
The TestStand version I need this option is TS 3.1.
Thank you in advance.
Christian
02-11-2014 10:04 AM
Hello,
You can configure your sequence file properties in Menu >> Edit >> Sequence File Properties...
Then, you can navigate into Advanced tab and choose the process model that you need, as follow :
Is it what you need ?
J.
02-11-2014 10:25 AM
There is no built-in way to restrict teststand to only running one execution at a time, however you could modify an Operator Interface to support this by checking ApplicationMgr.Executions.Count and dimming menu items based on that.
Also, if you'd like to have it as a built-in feature you might consider posting your request here:
http://forums.ni.com/t5/NI-TestStand-Idea-Exchange/idb-p/teststandideas
-Doug