Skip to content

NOT

82

The NOT node is a simple logic inverter. It takes a single boolean input and reverses its state: True becomes False, and False becomes True.

When to use this node: * Negative Logic: Triggering an event when a condition is NOT met (e.g., sounding an alarm if the "Door Closed" sensor is NOT active). * Toggling Indicators: Inverting a status light so it turns off when a system is active and on when it is idle.

Connectors in

  • A [type: bool]

Connectors out

  • result [type: bool]