I hope I can explain this right.
Basically want I'd like to do, is, if a value I am reading doesn't change within one second then reset that value..
so for instance if the $value = 100, then after 1 second, if $value=100 STILL, then change $value to equal 0
can't seem to figure it out, seems like it would be easy though =/