NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

two ExecutionView managers showing two different executions

I am using Labview 7.1 and Teststand 3.1. I don't want to write this in CVI if I don't have to.
 
I have a dual well test fixture that I control with TestStand. I'd like to have two execution windows open, side by side, which show the sequence executions for these two sockets.
 
Does anyone know how to connect one  execution to a ExecitionView Manager?
 
The example LabView/Simple oierator interface shows how to connect both to the same EVManager, but I have not been able to separated them into two EVManagers.
0 Kudos
Message 1 of 2
(2,516 Views)
checkers18,

You will have to capature the DisplayExecution event from the ApplicationMgr control.  This event is called whenever a new Execution starts, or a current Execution breaks.  The callback passes an Execution object and a reason code into the Event Code cluster.  If it is a new Execution object, then you can assign it to an ExecutionViewMgr by setting the Execution property.  You should check the reason code to be sure that a new execution has started.

Let me know if you have specific questions.

Thanks,

Tyler T
0 Kudos
Message 2 of 2
(2,496 Views)