From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,573 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,551 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,540 Views)