NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

AxSequenceView , AxExecutionViewMgr

Hi ,

 

I'm using c# API and dynamiclly declaring and initializing the  AxSequenceView , AxExecutionViewMgr .

The problem is that it is not showing me all the stages of the sequence  .They disapear very fast and at the end I see only the

last Cleanup and cann't see the Main and the Setup stages  .

 

I have attached 2 screen shots to show what I mean and would apprciate any help in how to configure it to run nicely in c#  to show all the stages in the Sequence Viewer Main Setup And Cleanup. 

 

The attachement showsOnlyLastCleanupAction.JPG   shows my problem  .

I need it to work like in  allSteps.JPG

 

 

 

 

 

Download All
0 Kudos
Message 1 of 2
(3,447 Views)
Try setting the ExecutionViewMgr.StepGroupMode property to StepGroupMode_AllGroups
Message 2 of 2
(3,435 Views)