NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing Step Information while Sequence is Running

How would one use the TestStand API to access the step specific information while the sequence is running? I've been able to use the C# TS API to access the results, names, and types of each step once the sequence is finished, but I was hoping to be able to dynamically update the status of each step while the sequence is running. Is it possible to get the results of each step while the sequence is still running, or do you have to wait until the sequence is finished to access that information?

0 Kudos
Message 1 of 2
(785 Views)

Hi,

 

The following variable are populated with status as when the sequence is running :

1) locals.resultlist

2) Runstate.sequence.main 

 

 

RaviShrigiri_0-1646768129975.png

Hope this helps.

 

Ravi

Message 2 of 2
(741 Views)