Unsigned Array Snapshot

From Visuino
Revision as of 01:45, 20 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoUnsignedArraySnapshot.png == Summary == Captures the current unsigned input value into an array snapshot. == Description == The **Unsigned Array Snapshot** component stores incoming unsigned values into an internal array, creating a snapshot of the data. The array can be reset using the **Reset** pin, and the contents can be output through the **Out** pin. <b>Diagram:</b> Image:TArduinoUnsignedArraySnapshot.Preview.png == Catego...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoUnsignedArraySnapshot.png

Summary

Captures the current unsigned input value into an array snapshot.

Description

The **Unsigned Array Snapshot** component stores incoming unsigned values into an internal array, creating a snapshot of the data. The array can be reset using the **Reset** pin, and the contents can be output through the **Out** pin.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.

Pins

Input Pins

  • In – Unsigned input value to be captured.
  • Reset – Clears the stored array snapshot.

Output Pins

  • Out – The array of captured unsigned values.