NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I choose display a step or not when sequnce running

Hi,
    As customer requirement,I want to find a method to make a function: choose display a step when sequnce running. Now I only can choose trancing enable to control all sequnce dispaly or not when running, i want to find a fuction to control single step .thanks
 
Sonic
Sonic

Diffrent Strokes for Different Folks
0 Kudos
Message 1 of 2
(3,370 Views)

Hi Sonic,

 

I'm not entirely sure if I understand your requirements, but if you want to selectively control the tracing for a subsection of your sequence you could try using the TestStand API to enable/disable the tracing, eg.

 

ActiveX Action: Set IEngine{Runstate.Engine}.TracingEnabled(True)

...

[Steps to trace through]

...

ActiveX Action: Set IEngine{Runstate.Engine}.TracingEnabled(False)

 

Charlie Rodway | Principal Software Engineer | Certified TestStand Architect (CTA)

Computer Controlled Solutions Ltd | NI Silver Alliance Partner | GDevCon#1 Sponsor

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