Digital Demux(Multiple Output channel Switch): Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoDigitalDemux.png == 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 out..."
 
(No difference)

Latest revision as of 06:06, 24 August 2025

File:TArduinoDigitalDemux.png

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

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).