Max Analog Value: Difference between revisions

From Visuino
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:
[[File:TMaxAnalogValue.png]]
[[Image:TMaxAnalogValue.png]]


== Summary ==
== Summary ==
{{:Summaries:Max Analog Value}}
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. 


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> 


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


[[File: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}}


== 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]]

Revision as of 02:24, 18 September 2025

File:TMaxAnalogValue.png

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