window-comparator

robertspark/components/window-comparator

Compares a VALUE to a LOW and HIGH value, if the VALUE is GREATER than / EQUAL to the HIGH value a TRUE is emitted on one of th output pins. if a VALUE is LESS than / EQUAL to the LOW value then a TRUE is emitted on one of the output pins. Otherwise a FALSE output is given on the two output pins.
window-comparator
@/window-comparator
Compares a VALUE to a LOW and HIGH value, if the VALUE is GREATER than / EQUAL to the HIGH value a TRUE is emitted on one of th output pins. if a VALUE is LESS than / EQUAL to the LOW value then a TRUE is emitted on one of the output pins. Otherwise a FALSE output is given on the two output pins.
Xnumber
Raw values
LOWnumber
Border value
HIGHnumber
Border value
window-comparator
LOWER
HIGHER
X
LOW
HIGH
HIGHERboolean
Output is 'false' if 'X less than HIGH' and 'true' if 'X greater than or equal to HIGH'. If ENABLE is "false" output will be false.
LOWERboolean
Output is 'false' if 'X greater than LOW' and 'true' if 'X less than or equal to LOW'. If ENABLE is "false" output will be false.
To use the node in your project you should have the robertspark/components 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.