Digital Demux(Multiple Output channel Switch)
Jump to navigation
Jump to search
Summary
Routes a single digital input to one of several outputs, depending on the selected channel.
Description
The **Digital Demux (Multiple Output Channel Switch)** component works as a digital demultiplexer. It takes a single digital input and directs it to one of the available outputs. The active output channel is determined by the Select input pin. The Initial Channel property defines which output is active at startup, and Output Pins sets the number of available output channels.
Diagram:
Categories
- File:TArduinoDigitalCategory.png Category Digital – Components handling digital logic signals.
- File:TArduinoSwitchCategory.png Category Switch – Components used for routing signals between multiple outputs.
Properties
- Initial Channel – The channel selected by default on startup.
- Output Pins – The number of output pins (channels).
Pins
Input Pins
- In – Digital input signal.
- Select – Integer input that chooses which output pin receives the signal.
Output Pins
- Out – Digital outputs (quantity depends on Output Pins setting).