Min Analog Value: Difference between revisions

From Visuino
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 11: Line 11:


[[Image:TMinAnalogValue.Preview.png]]   
[[Image:TMinAnalogValue.Preview.png]]   
== Categories == 
*[[Image:TArduinoSignalCategory.png]] [[Category Signal]] – Signal processing components. 
*[[Image:TArduinoAnalogCategory.png]] [[Category Analog]] – Analog signal handling components. 


== Properties ==   
== Properties ==   

Latest revision as of 02:35, 18 September 2025

File:TMinAnalogValue.png

Summary

Detects and outputs the minimum value from an analog input signal.

Description

The **Min Analog Value** component monitors the analog input and tracks the lowest value detected over time. This is useful for applications where you need to capture the minimum 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 minimum value when triggered.
  • In – Analog input to be monitored.

Output Pins

  • Out – Minimum analog value detected.

Categories