NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Use Popup Window for terminating a sequence

Hello,
Is it possible to terminate a sequence with the normal PopUp window in teststand? How cand Id do this? I want to use the PopUp window for displaying errors
rergards
samuel
0 Kudos
Message 1 of 2
(2,562 Views)

Hi,

You can set the Post Action to Terminate.

If you use the Custom Post Action then you can use an expression to make a True or False action, such as Step.Result.ButtonHit == 1 will set True if Button 1 is activated. If the True Action was then set to Terminate Execution, It would do just that, any other button pressed would continue to the next step.

 

Hope this helps

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 2
(2,555 Views)