pneumatic-valve-control

robertspark/components/pneumatic-valve-control

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. An ENABLE interlock is provided that if not TRUE both outputs remain false
pneumatic-valve-control
@/pneumatic-valve-control
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. An ENABLE interlock is provided that if not TRUE both outputs remain false
Xnumber
Raw values
LOWnumber
Border value
HIGHnumber
Border value
ENABLEboolean
pneumatic-valve-control
LOWER
HIGHER
X
LOW
HIGH
ENABLE
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.