NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

ExecutionViewMgr - showing only MainSequence progress

Hi guys

I am using a simple user interface, derived from the default "Simple OI". For displaying of my sequence's progress, I am using an ExecutionViewMgr connected to a SequenceView control. My sequence consists of a MainSequence, consisting of several calls to subsequences. The default behavior of ExecutionViewMgr is that it shows progress of each step in each subsequence. However, I'd like to have only the MainSequence shown during the whole test. It's because the GUI operator is not interested in all the simple steps in subsequences, only in the final results of the subsequence calls. Is this possible to do?

Vladimir

View my profile on LinkedIn
0 Kudos
Message 1 of 3
(3,107 Views)
For each of the sequence calls in your mainsequence, change the Run Options>>Tracing Option to "Disable Tracing".
Message 2 of 3
(3,097 Views)
This helped, thanks

View my profile on LinkedIn
0 Kudos
Message 3 of 3
(3,089 Views)