Min Integer 64 bit Value: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoMinValueInteger64.png == Summary == Tracks and outputs the running minimum of a 64-bit integer input; a reset pin clears the detection. == Description == The **Min Value (Int64)** component observes the value on **In** and keeps the smallest value seen since the last reset (or since start). When **Reset** is triggered, the detection state is cleared; the next value on **In** becomes the new baseline for the running minimum. <b>Diagram:</b> Image..." |
(No difference)
|
Latest revision as of 07:55, 14 August 2025
File:TArduinoMinValueInteger64.png
Summary
Tracks and outputs the running minimum of a 64-bit integer input; a reset pin clears the detection.
Description
The **Min Value (Int64)** component observes the value on **In** and keeps the smallest value seen since the last reset (or since start). When **Reset** is triggered, the detection state is cleared; the next value on **In** becomes the new baseline for the running minimum.
Diagram:
Categories
- File:TArduinoIntegerCategory.png Category Integer – Comparators / running statistics
Properties
- Enabled – Enables or disables the component.
Pins
- In – 64-bit integer input.
- Reset – Clock/boolean; on trigger, clears the running minimum detection.
- Out – Current running minimum since the last reset.