64 bit Unsigned Toggle Switch: Difference between revisions

From Visuino
Jump to navigation Jump to search
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..."
 
(No difference)

Latest revision as of 06:23, 22 August 2025

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.