NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Post Action Not Working

I have given a post action to a step and it does'nt work. Please se the attached sequence.

0 Kudos
Message 1 of 5
(3,376 Views)

Hi,

 

There is nothing wrong with your sequence. The reason the Post Action doesn't jump to Cleanup as you expect is because the Status of first step is "Done" not "Passed".

 

 

Regards
Ray Farmer
0 Kudos
Message 2 of 5
(3,369 Views)

How can I make it passed,so that after executing the statement control goes to clean up.

 

In my actual code, there is a statement with a pre-condition. If the statement is executed, I don't want the rest of the lines to be executed. Thats why I am using Post Action to direct the control to Clean Up. I cannot use another Goto statement with the same pre-condition because, in the post-expression I am changing the

0 Kudos
Message 3 of 5
(3,367 Views)

I solved the problem. I overrid the default status and assigned it with "passed". Will it cause any instability?

0 Kudos
Message 4 of 5
(3,366 Views)

Not sure what you mean by instability, but the Status Expression is set so that you can change it.

Regards
Ray Farmer
0 Kudos
Message 5 of 5
(3,363 Views)