Min Date/Time Value
File:TArduinoMinValueDateTime.png
Summary
Tracks and outputs the earliest (minimum) Date/Time value from the input; a reset pin clears the detection.
Description
The **Min Date/Time Value** component monitors the incoming **In** signal and keeps the earliest Date/Time value received since the last reset or since startup. When **Reset** is triggered, the stored minimum is cleared, and the next incoming value becomes the new baseline for tracking.
This is useful for: - **Data logging** – determining the oldest recorded timestamp. - **Event tracking** – identifying the first occurrence of an event. - **Automation** – tracking the earliest time within a monitored process.
Diagram:
Categories
- File:TArduinoDateTimeCategory.png Category Date/Time – Date/Time comparison and statistics.
Properties
- Enabled – Enables or disables the component.
Pins
- In – Date/Time input.
- Reset – Clock/boolean; on trigger, clears the stored minimum.
- Out – The earliest Date/Time value since the last reset.