NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Operator Interface execution viewing

Hi

 

I got a sequence which calls other sequence files in a new execution.

How can i display the trace of the new execution only in the operator interface ?

 

Help share your knowlegde
0 Kudos
Message 1 of 3
(2,579 Views)

Hi Shako,

 

For each execution you will have a tab created and as such you will see all of them available for you to view. If you do not want this to occur try just having it run in a new thread. This allows it run in the same execution but in separate threads. I hope that this helps.

 

Regards,

 

Perry S.

Applications Engineer
National Instruments
0 Kudos
Message 2 of 3
(2,557 Views)

Hi,

 

Putting the following expression in the thread of the new execution may accomplish what you want:

 

RunState.Execution.ForegroundThread = RunState.Thread

 

Thanks,
Jim

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