Analog Array Snapshot: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "File:TAnalogArraySnapshot.png == Summary == {{:Summaries:Analog Array Snapshot}} == Description == In Visuino, the "Analog Array Snapshot" component is used to capture an array of analog values at a specific moment in time. This component is particularly useful when you need to store and work with multiple analog sensor readings simultaneously. Once "Snapshot" pin is triggered, the component takes a "snapshot" of the analog values present on the specified pins at..."
 
No edit summary
 
Line 1: Line 1:
[[File:TAnalogArraySnapshot.png]]
[[Image:TAnalogArraySnapshot.png]]


== Summary ==
== Summary ==
{{:Summaries:Analog Array Snapshot}}
Captures a snapshot of an incoming analog array when triggered. 


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


In Visuino, the "Analog Array Snapshot" component is used to capture an array of analog values at a specific moment in time. This component is particularly useful when you need to store and work with multiple analog sensor readings simultaneously. Once "Snapshot" pin is triggered, the component takes a "snapshot" of the analog values present on the specified pins at that moment.
<b>Diagram:</b> 


<b>Diagram:</b>
[[Image:TAnalogArraySnapshot.Preview.png]] 


[[File:TAnalogArraySnapshot.Preview.png]]
== Properties == 
*'''Enabled''' – Enables or disables the component.
 
== Pins == 
=== Input Pins === 
*'''In''' – Analog array to be captured.
*'''Snapshot (clock)''' – Triggers capturing of the current input array. 
 
=== Output Pins === 
*'''Out''' – The captured analog array snapshot. 


== Categories ==
== Categories ==
Line 16: Line 27:
*[[File:TMathToolbarCategory.png|link=Category:Math]] [[Category:Math]] - {{:Summaries:Summary Category Math}}
*[[File:TMathToolbarCategory.png|link=Category:Math]] [[Category:Math]] - {{:Summaries:Summary Category Math}}
*[[File:TArduinoFilterToolbarCategory.png|link=Category:Analog]] [[Category:Filter]] - {{:Summaries:Summary Category Filter}}
*[[File:TArduinoFilterToolbarCategory.png|link=Category:Analog]] [[Category:Filter]] - {{:Summaries:Summary Category Filter}}
== Properties ==
*[[TArduinoCommonClockedAnalogEnableSource.Enabled|Enabled]] - {{:Summaries:Summary Component Enabled}}
== Pins ==
*[[TArduinoCommonAnalogFilter.InputPin|In]] - {{:Summaries:Summary InputPin Analog}}
*[[TArduinoCommonAnalogSource.OutputPin|Out]] - {{:Summaries:Summary OutputPin Analog}}


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

Latest revision as of 02:20, 18 September 2025

File:TAnalogArraySnapshot.png

Summary

Captures a snapshot of an incoming analog array when triggered.

Description

The **Analog Array Snapshot** component stores the current state of an analog 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:

Properties

  • Enabled – Enables or disables the component.

Pins

Input Pins

  • In – Analog array to be captured.
  • Snapshot (clock) – Triggers capturing of the current input array.

Output Pins

  • Out – The captured analog array snapshot.

Categories