NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to verify the the vairable is decreasing

hi,

 

I have to validate some sensor values coming from the models..

 

the sceanrio is "The model value of aaa must be decreasing within 60 sec of the speed going to zero.

 

My question i show to verfy wheather aaa is decreasing.....Pls let me know

 

thanks,

chethan

0 Kudos
Message 1 of 3
(3,320 Views)

Save your value at the start to another variable.  Then you can compare the new value to the other variable.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 3
(3,312 Views)

Get value and store it in a init variable

Wait for 60 seconds using wait step

Get value and compare it with init variable using numeric limit step.

0 Kudos
Message 3 of 3
(3,284 Views)