Unsigned Array Snapshot: Difference between revisions

From Visuino
Jump to navigation Jump to search
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..."
 
No edit summary
 
Line 2: Line 2:


== Summary ==   
== Summary ==   
Captures the current unsigned input value into an array snapshot.   
Captures a snapshot of an incoming unsigned array when triggered.   


== Description ==   
== Description ==   
The **Unsigned Array Snapshot** component stores incoming unsigned values into an internal array, creating a snapshot of the data. 
The **Unsigned Array Snapshot** component stores the current state of an unsigned array input when the **Snapshot** pin is triggered. 
The array can be reset using the **Reset** pin, and the contents can be output through the **Out** pin.   
The stored snapshot can then be retrieved from the **Out** pin for further use or analysis.   


<b>Diagram:</b>   
<b>Diagram:</b>   
Line 21: Line 21:
== Pins ==   
== Pins ==   
=== Input Pins ===   
=== Input Pins ===   
*'''In''' – Unsigned input value to be captured.   
*'''In''' – Unsigned array to be captured.   
*'''Reset''' – Clears the stored array snapshot.   
*'''Snapshot''' – Triggers capturing of the current input array.   


=== Output Pins ===   
=== Output Pins ===   
*'''Out''' – The array of captured unsigned values.   
*'''Out''' – The captured unsigned array snapshot.   


[[Category:Components]]
[[Category:Components]]

Latest revision as of 01:48, 20 August 2025

File:TArduinoUnsignedArraySnapshot.png

Summary

Captures a snapshot of an incoming unsigned array when triggered.

Description

The **Unsigned Array Snapshot** component stores the current state of an unsigned array input when the **Snapshot** pin is triggered. The stored snapshot can then be retrieved from the **Out** pin for further use or analysis.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.

Pins

Input Pins

  • In – Unsigned array to be captured.
  • Snapshot – Triggers capturing of the current input array.

Output Pins

  • Out – The captured unsigned array snapshot.