Binary Demux(Multiple Output channel Switch)

From Visuino
Revision as of 02:02, 14 August 2025 by Visuino (talk | contribs) (Created page with "Image: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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

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.