Remember Integer Array

From Visuino
Revision as of 08:11, 13 November 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoRememberIntegerArray.png == Summary == Stores and recalls an integer array value on command. == Description == The Remember Integer Array component allows storing an integer array received at the In pin and later recalling it when needed. When a clock signal is received at the Remember pin, the current input array is stored in memory. When a clock signal is received at the Recall pin, the stored array is output through the Out pin. You can also defin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoRememberIntegerArray.png

Summary

Stores and recalls an integer array value on command.

Description

The Remember Integer Array component allows storing an integer array received at the In pin and later recalling it when needed. When a clock signal is received at the Remember pin, the current input array is stored in memory. When a clock signal is received at the Recall pin, the stored array is output through the Out pin.

You can also define an initial stored array using the Initial Value Elements property, where you can click the 3-dots button to open the Value Elements editor and add multiple integer values.

Diagram:

Properties

  • Enabled – Enables or disables the component. When disabled, no data is stored or output.
  • Initial Value Elements – Opens the Value Elements editor where you can define the initial stored integer values.

Pins

Input Pins

  • In – Integer array input to be stored.
  • Remember (Write) – Clock input to store the current array.
  • Recall (Read) – Clock input to recall and output the stored array.

Output Pins

  • Out – Integer array output holding the stored value.

Categories