NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

parameters.continuetesting

Solved!
Go to solution

i can't change the value of parameters.continuetesting in my PreUUT callback.

I try to set the value passed on user button input, but it keeps having the value "true"...

 

what am i doing wrong ?

0 Kudos
Message 1 of 3
(4,334 Views)

FYI: i can change the value in post-action of a actionstep right after getting the user input.

The exact same post-action placed in the msg-popup step does not change the continuetesting parameter !

0 Kudos
Message 2 of 3
(4,329 Views)
Solution
Accepted by topic author NikolajEgeskovOstergaard

Hi,

 

Please change your post expression as below and it shall work.

 

Locals.BH =Step.Result.ButtonHit,
Parameters.ContinueTesting = Locals.BH==2 ? False:True

 

Ranjith

 

0 Kudos
Message 3 of 3
(4,314 Views)