Unsigned Array Demux(Multiple Output channel Switch)

From Visuino
Revision as of 04:37, 22 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoUnsignedArrayDemux.png == Summary == Routes an unsigned array input to one of multiple outputs based on an integer control signal. == Description == The **Unsigned Array Demux (Multiple Output Channel Switch)** component takes a single unsigned array input and directs it to one of several outputs, depending on the integer value at the **Select** pin. The number of output pins is set by the **Output Pins** property, while the **Initial Channe...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoUnsignedArrayDemux.png

Summary

Routes an unsigned array input to one of multiple outputs based on an integer control signal.

Description

The **Unsigned Array Demux (Multiple Output Channel Switch)** component takes a single unsigned array input and directs it to one of several outputs, depending on the integer value at the **Select** pin. The number of output pins is set by the **Output Pins** property, while the **Initial Channel** property defines which output is active at startup.

Diagram:

Categories

Properties

  • Initial Channel – Defines which output channel is active at startup.
  • Output Pins – Number of unsigned array output pins generated.

Pins

Input Pins

  • In – Unsigned array input.
  • Select – Integer input that determines which output channel receives the array.

Output Pins

  • Out – Unsigned array outputs; the number of pins depends on the **Output Pins** property.