Max Analog Value: Difference between revisions
Jump to navigation
Jump to search
Created page with "File:TMaxAnalogValue.png == Summary == {{:Summaries:Max Analog Value}} == Description == In Visuino, the "Max Analog Value" component is used to detect and output the maximum value detected on an analog input. This component is particularly useful when you need to find the peak value of an analog signal over a period of time. <b>Diagram:</b> File:TMaxAnalogValue.Preview.png == Categories == *link=Category:Analog ..." |
No edit summary |
||
Line 1: | Line 1: | ||
[[ | [[Image:TMaxAnalogValue.png]] | ||
== Summary == | == Summary == | ||
Detects and outputs the maximum value from an analog input signal. | |||
== Description == | == Description == | ||
The **Max Analog Value** component monitors the analog input and tracks the peak value detected over time. | |||
This is useful for applications where you need to capture the highest level in a varying signal, such as sensor readings or waveform analysis. | |||
<b>Diagram:</b> | |||
[[Image:TMaxAnalogValue.Preview.png]] | |||
== Properties == | |||
*'''Enabled''' – Enables or disables the component. | |||
== Pins == | |||
=== Input Pins === | |||
*'''In''' – Analog input to be monitored. | |||
=== Output Pins === | |||
*'''Out''' – Maximum analog value detected. | |||
== Categories == | == Categories == | ||
Line 17: | Line 27: | ||
*[[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]] |
Revision as of 02:24, 18 September 2025
Summary
Detects and outputs the maximum value from an analog input signal.
Description
The **Max Analog Value** component monitors the analog input and tracks the peak value detected over time. This is useful for applications where you need to capture the highest level in a varying signal, such as sensor readings or waveform analysis.
Diagram:
Properties
- Enabled – Enables or disables the component.
Pins
Input Pins
- In – Analog input to be monitored.
Output Pins
- Out – Maximum analog value detected.
Categories
- Analog components category
- Math components category
- File:TArduinoFilterToolbarCategory.png - Summaries:Summary Category Filter