Digital Toggle Demux

From Visuino
Revision as of 06:00, 24 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoDigitalToggleDemux.png == Summary == Routes a digital input signal to one of two outputs (True or False) based on a toggle selection. == Description == The **Digital Toggle Demux** component takes a digital '''In''' signal and directs it to either the '''True''' or '''False''' output, depending on the state of the '''Select''' pin. The '''Initial Select Value''' property determines the starting routing state at startup. This allows switching...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoDigitalToggleDemux.png

Summary

Routes a digital input signal to one of two outputs (True or False) based on a toggle selection.

Description

The **Digital Toggle Demux** component takes a digital In signal and directs it to either the True or False output, depending on the state of the Select pin. The Initial Select Value property determines the starting routing state at startup. This allows switching between two different digital destinations dynamically, making it useful in control logic, signal routing, and conditional operations.

Diagram:

Categories

Properties

  • Initial Select Value – Defines the initial selected route (True or False) at startup.

Pins

Input Pins

  • In – Digital input signal.
  • Select – Boolean signal to toggle between True and False outputs.

Output Pins

  • True – Digital output when Select is active.
  • False – Digital output when Select is inactive.