Binary Demux(Multiple Output channel Switch)
Jump to navigation
Jump to search
File:TArduinoBinaryDemuxMultipleOutputChannelSwitch.png
Summary
Routes a binary input to one of multiple outputs based on a channel selection.
Description
The **Binary Demux (Multiple Output Channel Switch)** component allows a single binary input to be directed to one of several output pins depending on the **Select** pin value. - **Initial Channel** sets the default output channel when the component starts. - **Output Pins** defines the number of output channels (default: 2).
This component is useful for routing binary streams dynamically to different destinations or processing channels.
Diagram:
Categories
- File:TArduinoBinaryCategory.png Category Binary – Components related to binary data processing
Properties
- Initial Channel – Integer value defining the default selected output channel.
- Output Pins – Number of output channels (default: 2).
Pins
- Select – Integer input specifying which output channel receives the binary data.
- In – Binary input stream.
- Out – Binary output pins [0] to [N-1], depending on the **Output Pins** property and the **Select** input.