Date/Time Toggle Demux

From Visuino
Revision as of 08:58, 15 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoDateTimeToggleDemux.png == Summary == Directs a Date/Time input to one of two outputs based on a boolean control signal. == Description == The **Date/Time Toggle Demux** component outputs the Date/Time input to either the **True** or **False** output depending on the **Select** pin. - **Initial Select Value** sets the default output path when the component starts. This component is useful for dynamically routing Date/Time signals based on a boole...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoDateTimeToggleDemux.png

Summary

Directs a Date/Time input to one of two outputs based on a boolean control signal.

Description

The **Date/Time Toggle Demux** component outputs the Date/Time input to either the **True** or **False** output depending on the **Select** pin. - **Initial Select Value** sets the default output path when the component starts.

This component is useful for dynamically routing Date/Time signals based on a boolean condition.

Diagram:

Categories

Properties

  • Initial Select Value – Boolean value defining which output is selected by default.

Pins

  • Select – Boolean input that determines whether the Date/Time data goes to **True** or **False**.
  • In – Date/Time input signal.
  • Out (True) – Date/Time output when **Select** is **True**.
  • Out (False) – Date/Time output when **Select** is **False**.