Max Analog Value: Difference between revisions

From Visuino
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 17: Line 17:
== Pins ==   
== Pins ==   
=== Input Pins ===   
=== Input Pins ===   
*'''Reset (clock)''' – Resets the tracked maximum value when triggered. 
*'''In''' – Analog input to be monitored.   
*'''In''' – Analog input to be monitored.   



Latest revision as of 02:31, 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

  • Reset (clock) – Resets the tracked maximum value when triggered.
  • In – Analog input to be monitored.

Output Pins

  • Out – Maximum analog value detected.

Categories