Remember Unsigned Array

From Visuino
Revision as of 00:06, 23 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoRememberUnsignedArray.png == Summary == Stores and recalls an unsigned array with user-defined initial values. == Description == The **Remember Unsigned Array** component saves the current unsigned array when triggered and can later recall the stored array. It supports defining **Initial Value Elements** as a default state, ensuring that the array has a valid value even before any input or memory update occurs. This component is useful whe...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoRememberUnsignedArray.png

Summary

Stores and recalls an unsigned array with user-defined initial values.

Description

The **Remember Unsigned Array** component saves the current unsigned array when triggered and can later recall the stored array. It supports defining **Initial Value Elements** as a default state, ensuring that the array has a valid value even before any input or memory update occurs. This component is useful when you need to preserve array states or restore them at specific times.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.
  • Initial Value Elements – Collection of unsigned values to initialize the stored array.

Pins

Input Pins

  • In – Unsigned array input to be stored.
  • Remember – Trigger to save the current array.
  • Recall – Trigger to output the stored array.

Output Pins

  • Out – Stored unsigned array output.