Tolerance Calculation
- Last UpdatedApr 20, 2020
- 1 minute read
When the value of a point has changed more than the specified tolerance, it will be recorded.
The change will be recorded when the following equations are true for reals:
for val != 0.0
for val = 0.0
The value will be recorded when the following equations are true for bools/integers:

where
last = last pass point value
val = this pass point value
tol = FIELD2 from watch point file