64 bit Unsigned Toggle Switch

From Visuino
Revision as of 06:23, 22 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduino64BitUnsignedToggleSwitch.png == Summary == Selects between two 64-bit unsigned inputs based on a boolean control signal. == Description == The **64-bit Unsigned Toggle Switch** component routes one of two 64-bit unsigned inputs to the output depending on the **Select** pin. When **Select** is true, the **True** input is passed to the output; when false, the **False** input is passed. The **Initial Select Value** property sets the default...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduino64BitUnsignedToggleSwitch.png

Summary

Selects between two 64-bit unsigned inputs based on a boolean control signal.

Description

The **64-bit Unsigned Toggle Switch** component routes one of two 64-bit unsigned inputs to the output depending on the **Select** pin. When **Select** is true, the **True** input is passed to the output; when false, the **False** input is passed. The **Initial Select Value** property sets the default routing state at startup.

Diagram:

Categories

Properties

  • Initial Select Value – Boolean value defining the default selected input at startup.

Pins

Input Pins

  • Select – Boolean input controlling which input is routed to the output.
  • True – 64-bit unsigned input routed when **Select** is true.
  • False – 64-bit unsigned input routed when **Select** is false.

Output Pins

  • Out – 64-bit unsigned output corresponding to the selected input.