Max Unsigned Value: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoMaxUnsignedValue.png == Summary == Outputs the maximum value observed from an unsigned input signal. == Description == The **Max Unsigned Value** component monitors an input signal and outputs the highest value seen since the last reset. The maximum value can be reset using the **Reset** pin, allowing the measurement to start over. <b>Diagram:</b> Image:TArduinoMaxUnsignedValue.Preview.png == Categories == *Image:TArduinoSig..." |
(No difference)
|
Latest revision as of 07:03, 19 August 2025
File:TArduinoMaxUnsignedValue.png
Summary
Outputs the maximum value observed from an unsigned input signal.
Description
The **Max Unsigned Value** component monitors an input signal and outputs the highest value seen since the last reset. The maximum 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 maximum value to zero or initial state.
Output Pins
- Out – The maximum unsigned value observed since the last reset.