tolerance

mci-ryan/tolerance/tolerance

Node to easily check whether or not a measured/read value is within a specific tolerance of a target value. De-clutters and simplifies the task via the use of basic math and the "between" node.
tolerance
@/tolerance
Node to easily check whether or not a measured/read value is within a specific tolerance of a target value. De-clutters and simplifies the task via the use of basic math and the "between" node.
VALnumber
Input value to compare against the target.
+/-%number
Tolerance as a percentage. 0.00-100.00
TARGnumber
Target Value
tolerance
VAL
+/-%
TARG
FAIL-
PASS
FAIL+
FAIL+boolean
Emits true when VAL is Out of tolerance - Value too high
PASSboolean
Emits true when VAL is within tolerance
FAIL-boolean
Emits true when VAL is Out of tolerance - Value too low
To use the node in your project you should have the mci-ryan/tolerance library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.