Min Unsigned Value: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoMinUnsignedValue.png == Summary == Outputs the minimum value observed from an unsigned input signal. == Description == The **Min Unsigned Value** component monitors an input signal and outputs the lowest value seen since the last reset. The minimum value can be reset using the **Reset** pin, allowing the measurement to start over. <b>Diagram:</b> Image:TArduinoMinUnsignedValue.Preview.png == Categories == *Image:TArduinoSign..." |
(No difference)
|
Latest revision as of 01:38, 20 August 2025
File:TArduinoMinUnsignedValue.png
Summary
Outputs the minimum value observed from an unsigned input signal.
Description
The **Min Unsigned Value** component monitors an input signal and outputs the lowest value seen since the last reset. The minimum value can be reset using the **Reset** pin, allowing the measurement to start over.
Diagram:
Categories
- File:TArduinoSignalCategory.png Category Signal – Signal processing components.
- File:TArduinoNumericCategory.png Category Numeric – Numeric operations and value manipulation.
Properties
- Enabled – Enables or disables the component.
Pins
Input Pins
- In – Unsigned input signal to monitor.
- Reset – Resets the minimum value to maximum or initial state.
Output Pins
- Out – The minimum unsigned value observed since the last reset.