Remember 64 bit Integer Value

From Visuino
Revision as of 01:57, 15 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoRememberInteger64.png == Summary == Stores a 64-bit integer value for later retrieval. == Description == The **Remember Integer (Int64)** component captures and stores the value from its **In** pin when triggered by the **Remember** pin. The stored value can be retrieved at any time by activating the **Recall** pin, sending it to the **Out** pin. This is useful for holding onto a value across events or processing steps until it is needed again....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoRememberInteger64.png

Summary

Stores a 64-bit integer value for later retrieval.

Description

The **Remember Integer (Int64)** component captures and stores the value from its **In** pin when triggered by the **Remember** pin. The stored value can be retrieved at any time by activating the **Recall** pin, sending it to the **Out** pin. This is useful for holding onto a value across events or processing steps until it is needed again.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.

Pins

  • Remember – Boolean input – stores the current value from **In**.
  • Recall – Boolean input – outputs the stored value on **Out**.
  • In – 64-bit integer input to be stored.
  • Out – 64-bit integer output of the stored value.