NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple instances of TS Engine or parallell sequences

Is it really possible to start two or more instances of TS Engine from lets say C# ?
Or are the way of parallell sequences in TS instead a better way to proceed?
In that case, I presume that it's possible to communicate with each sequence separately.
 
Does anybody have a small sample of that?
0 Kudos
Message 1 of 2
(3,112 Views)
TestStand will only create one instance of the Engine per process.  If you attempt to create more than one Engine, it will return a reference to teh same one.  If you want to run sequences in parallel, you can do this with one Engine.  You may want to look at the Simple C# Operator Interface to get started.  It is located in the <TestStand>/OperatorInterfaces/NI/Simple/CSharp directory.

Allen P.
NI
0 Kudos
Message 2 of 2
(3,093 Views)