Analog Array Snapshot: Difference between revisions
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: | ||
[[ | [[Image:TAnalogArraySnapshot.png]] | ||
== Summary == | == Summary == | ||
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. | |||
<b>Diagram:</b> | |||
[[Image: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}} | ||
[[Category:Components]] | [[Category:Components]] |
Latest revision as of 02:20, 18 September 2025
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
- Analog components category
- Math components category
- File:TArduinoFilterToolbarCategory.png - Summaries:Summary Category Filter