FlipFlopValue

The FlipFlopValue node alternates which input (A or B) is sent to the output pin each time it is triggered. Unlike the standard FlipFlop, this node works with data values (strings, numbers, etc.) rather than just action signals.
When to use this node: * Dynamic Displays: Toggling a text label between two messages, such as "SYSTEM READY" and "SYSTEM BUSY". * Value Toggling: Switching a motor's target position between two setpoints (e.g., 0 degrees and 90 degrees) with a single command. * Logic Routing: Switching a data stream between two different destinations for testing or branching logic.
Connectors in
- in [type: action]
- A [type: variant]
- B [type: variant]
Connectors out
- out [type: variant]
- is A [type: bool]
Node properties
- A [type: string]
- B [type: string]
- in [type: action]