Text Demux(Multiple Output channel Switch): Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoTextDemux.png == Summary == Routes a text input to one of multiple output channels based on an unsigned selection input. == Description == The **Text Demux (Multiple Output Channel Switch)** component takes a text input and directs it to the output channel specified by the **Select** pin. The number of outputs is defined by the **Output Pins** property, and the **Initial Channel** property sets the default active output. <b>Diagram:</b>..." |
No edit summary |
||
Line 2: | Line 2: | ||
== Summary == | == Summary == | ||
Routes a text input to one of multiple output channels based on | Routes a text input to one of multiple output channels based on a selection input. | ||
== Description == | == Description == | ||
Line 23: | Line 23: | ||
=== Input Pins === | === Input Pins === | ||
*'''In''' – Text input to be routed. | *'''In''' – Text input to be routed. | ||
*'''Select''' – | *'''Select''' – Input specifying which output channel receives the text. | ||
=== Output Pins === | === Output Pins === |
Latest revision as of 23:35, 20 August 2025
Summary
Routes a text input to one of multiple output channels based on a selection input.
Description
The **Text Demux (Multiple Output Channel Switch)** component takes a text input and directs it to the output channel specified by the **Select** pin. The number of outputs is defined by the **Output Pins** property, and the **Initial Channel** property sets the default active output.
Diagram:
Categories
- File:TArduinoSignalCategory.png Category Signal – Signal processing components.
- File:TArduinoTextCategory.png Category Text – Text manipulation and routing.
Properties
- Initial Channel – Default output channel when the component is enabled.
- Output Pins – Number of output channels to generate.
Pins
Input Pins
- In – Text input to be routed.
- Select – Input specifying which output channel receives the text.
Output Pins
- Output – Routed text output; the actual pin(s) depend on the **Output Pins** setting.