Just have the program run into a WHILE loop, and inside the loop just have
the digital control. Just keep the loop going until the digital control is
not equal to zero. (or whatever value you want).
In the case the measurment might be zero, you could have it as a string
control, and as long as it is not a 'space', (a function in the compare
menu) keep the loop going. Then immediatly change the string to a number.
(found in the strings menu).
Another way is to have a digital control and only have it register when an
"enter" button his hit (boolean).
Rick