Unsigned Demux(Multiple Output channel Switch)

From Visuino
Jump to navigation Jump to search

File:TArduinoUnsignedDemux.png

Summary

Routes an unsigned input value to one of multiple outputs based on a control signal.

Description

The **Unsigned Demux (Multiple Output Channel Switch)** component takes a single unsigned input and directs it to one of several outputs. The active output is determined by the value of the **Select** pin, while the **Initial Channel** property sets the default output at startup. The number of output pins is defined by the **Output Pins** property.

Diagram:

Categories

Properties

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

Pins

Input Pins

  • In – Unsigned input value.
  • Select – Control input that determines which output channel is active.

Output Pins

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