Node to easily check whether or not a measured/read value is within a specific tolerance percentage of a target value.
De-clutters and simplifies the task via the use of basic math and the "between" node.
Node | Description |
---|
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. |
To use the nodes 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.