Unsigned Toggle Demux

From Visuino
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.