Integer Demux(Multiple Output channel Switch)

From Visuino
Revision as of 23:39, 20 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoIntegerDemux.png == Summary == Routes an integer input to one of multiple output channels based on an integer selection input. == Description == The **Integer Demux (Multiple Output Channel Switch)** component takes an integer 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>D...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoIntegerDemux.png

Summary

Routes an integer input to one of multiple output channels based on an integer selection input.

Description

The **Integer Demux (Multiple Output Channel Switch)** component takes an integer 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

Properties

  • Initial Channel – Default output channel when the component is enabled (integer).
  • Output Pins – Number of output channels to generate (integer).

Pins

Input Pins

  • In – Integer input to be routed.
  • Select – Integer value specifying which output channel receives the input.

Output Pins

  • Output – Routed integer output; the number of outputs depends on the **Output Pins** property.