64 bit Unsigned On/Off Switch

From Visuino
Revision as of 06:37, 22 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduino64BitUnsignedOnOffSwitch.png == Summary == Controls the flow of a 64-bit unsigned input using an enable signal. == Description == The **64-bit Unsigned On/Off Switch** component acts as a gate for a 64-bit unsigned input. When enabled, the input is passed through to the output; when disabled, the output is blocked. The component includes options to ignore repeated values, set the initial enabled state, and send the input automatically when...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduino64BitUnsignedOnOffSwitch.png

Summary

Controls the flow of a 64-bit unsigned input using an enable signal.

Description

The **64-bit Unsigned On/Off Switch** component acts as a gate for a 64-bit unsigned input. When enabled, the input is passed through to the output; when disabled, the output is blocked. The component includes options to ignore repeated values, set the initial enabled state, and send the input automatically when enabled.

Diagram:

Categories

Properties

  • Ignore Same – If true, prevents sending the same value multiple times in a row.
  • Initial Enabled – Sets the initial enabled state of the component.
  • Send On Enable – If true, sends the current input immediately when the switch is enabled.

Pins

Input Pins

  • Enable – Boolean input that turns the switch on or off.
  • In – 64-bit unsigned input.

Output Pins

  • Out – 64-bit unsigned output passed through only when the switch is enabled.