As Bob said, the problem is probably with floating point numbers.
Maybe you are measuring the Value as an integer type, but when passing
it to TestStand, it is converted to a floating point number.
Floating point Numbers are tricky and they are not able to represent
all the real numbers, but only some numbers, separated from precision intervals.
If you want a perfect limit, you schould check which is the nearest
representable number to the limit you want.
Cheers,
- Caribe -