64 bit Integer On/Off Switch: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoInteger64Switch.png == Summary == Controls whether a 64-bit integer input is passed through to the output. == Description == The **Integer On/Off Switch (Int64)** component enables or disables the flow of a 64-bit integer signal. When enabled, values from the **In** pin are forwarded directly to the **Out** pin. When disabled, the output is blocked, allowing conditional control of data flow. <b>Diagram:</b> Image:TArduinoInteger64Switch.Prev..."
 
(No difference)

Latest revision as of 02:03, 15 August 2025

File:TArduinoInteger64Switch.png

Summary

Controls whether a 64-bit integer input is passed through to the output.

Description

The **Integer On/Off Switch (Int64)** component enables or disables the flow of a 64-bit integer signal. When enabled, values from the **In** pin are forwarded directly to the **Out** pin. When disabled, the output is blocked, allowing conditional control of data flow.

Diagram:

Categories

Properties

  • Initial Enabled – Boolean – determines the initial enabled/disabled state when the system starts.

Pins

  • In – 64-bit integer input.
  • Enable – Boolean input – enables or disables signal flow.
  • Out – 64-bit integer output.