Unsigned Toggle Demux

From Visuino
Revision as of 05:02, 22 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoUnsignedToggleDemux.png == Summary == Routes an unsigned input to one of two outputs based on a boolean control signal. == Description == The **Unsigned Toggle Demux** component takes a single unsigned input and directs it to either the **True** or **False** output depending on the state of the **Select** pin. The **Initial Select Value** property defines which output is active at startup, making it useful for conditional routing of numeric...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoUnsignedToggleDemux.png

Summary

Routes an unsigned input to one of two outputs based on a boolean control signal.

Description

The **Unsigned Toggle Demux** component takes a single unsigned input and directs it to either the **True** or **False** output depending on the state of the **Select** pin. The **Initial Select Value** property defines which output is active at startup, making it useful for conditional routing of numeric signals.

Diagram:

Categories

Properties

  • Initial Select Value – Sets the default select state (boolean) at startup.

Pins

Input Pins

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

Output Pins

  • True – Unsigned output when **Select** is true.
  • False – Unsigned output when **Select** is false.