Char Toggle Demux
Jump to navigation
Jump to search
File:TArduinoCharToggleDemux.png
Summary
Use this component to split a character input into one of two outputs, based on a boolean selector.
Description
The **Char Toggle Demux** component receives a single character input and routes it to either the **True** or **False** output pin depending on the **Select** boolean pin’s state. If **Select** is **True**, the input character is sent to the **True** pin; if **False**, it’s sent to the **False** pin. The **Initial Select Value** property determines which output pin is initially active before any select signal is received.
This component is ideal for branching character-based logic in Visuino flows—such as toggling between different character outputs under program control.
Diagram:
Categories
Category Text - Text components category
Properties
- Initial Select Value – Sets the default state (True or False) of the selector, determining the first output used.
Pins
- In – The Char Input pin of the component or element
- Select – Summaries:Summary OutputPin Boolean
- True – Outputs the input character when **Select** is True.
- False – Outputs the input character when **Select** is False.