What property setting needs to be made to remedy this? Example: When the limits in a TestStand sequence step are set to two digits on the right side of the decimal point, the measurement value diplayed in the test report can be within the limits displayed on the test report and still fail the test. Say the limits are GE 0.00 and LE 10.00. If the measurement value is 10.001, it is displayed on the test report as 10.00 (which should mean it passes the test), but it fails the test.
Furthermore, if the teststand step uses LabVIEW, even setting the indicator (that feeds the teststand measurement) in the VI to two digits doesn't solve the problem. It still passes an actual value with that goes beyond the two digits to the right of the decimal point. So the VI indicator shows 10.00 and teststand report shows the measurement as 10.00, but the test still fails. All the property settings that I've seen only truncate or round the displayed value but not the actual value.
Question: Where is the property setting that truncates or rounds the actual value so a measurement of 10.001 rounded down to 10.00 will pass this test?
Thanks!