Skip to content

OR

81

The OR node is a multi-condition gate that evaluates up to six boolean inputs (A through F). The output is true if any one (or more) of the connected inputs is true.

When to use this node: * Redundant Triggers: Allowing a door to be opened by either a "Master Switch" OR a "Remote API Command" OR a "Player Keypad". * Emergency Alarms: Triggering a room-wide alert if any one of several safety sensors is tripped.

Connectors in

  • A [type: bool]
  • B [type: bool]
  • C [type: bool]
  • D [type: bool]
  • E [type: bool]
  • F [type: bool]

Connectors out

  • result [type: bool]
  • resBin [type: string]
  • neg [type: bool]