NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Clear Previous Step Result

Hi...
 
I have this vi which measures the voltages of a certain board.
I used multiple numeric limits as a step type.
 
So for example.
 
Measurement 1
Measurement 2
Measurement 3
 
I am using this step for my testing for quite sometime. Recenly a new option added
to the board that the operator can tune the voltage when it is out of specs,
 
So how do i clear the results of Measurement 2 for example when I add up another step to
instruct the operator to tune the voltage before I redo the test again.
 
Thanks.
 
 
 
 
0 Kudos
Message 1 of 3
(3,184 Views)

Hi,

I would search the Locals.ResultList for "Measurement 2", save the index, and remove it via the index from the ResultList

Hope this helps

Juergen

 

--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
0 Kudos
Message 2 of 3
(3,161 Views)

Hi

here is an addtional example for accessing the ResultList

juergen


--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
0 Kudos
Message 3 of 3
(3,154 Views)