Max Unsigned 64 bit Value: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoMaxUnsigned64BitValue.png == Summary == Outputs the maximum 64-bit unsigned value received on the input. == Description == The **Max Unsigned 64-bit Value** component monitors incoming 64-bit unsigned values and retains the highest value received. The **Reset** input clears the stored maximum, allowing the component to start tracking anew. The component can be enabled or disabled using the **Enabled** property. <b>Diagram:</b> Imag..." |
(No difference)
|
Latest revision as of 08:35, 22 August 2025
File:TArduinoMaxUnsigned64BitValue.png
Summary
Outputs the maximum 64-bit unsigned value received on the input.
Description
The **Max Unsigned 64-bit Value** component monitors incoming 64-bit unsigned values and retains the highest value received. The **Reset** input clears the stored maximum, allowing the component to start tracking anew. The component can be enabled or disabled using the **Enabled** property.
Diagram:
Categories
- File:TArduinoSignalCategory.png Category Signal – Signal processing components.
- File:TArduinoIntegerCategory.png Category Integer – 64-bit integer value tracking.
Properties
- Enabled – Enables or disables the component.
Pins
Input Pins
- In – 64-bit unsigned input to be monitored.
- Reset – Resets the stored maximum value.
Output Pins
- Out – Current maximum 64-bit unsigned value.