Max Date/Time Value
File:TArduinoMaxValueDateTime.png
Summary
Tracks and outputs the latest (maximum) Date/Time value from the input; a reset pin clears the detection.
Description
The **Max Date/Time Value** component monitors the incoming **In** signal and keeps the most recent (latest) Date/Time value received since the last reset or since startup. When **Reset** is triggered, the stored maximum is cleared, and the next incoming value becomes the new baseline for tracking.
This is useful for: - **Data logging** – determining the latest recorded timestamp. - **Event tracking** – keeping the most recent event time. - **Automation** – monitoring for the most recent occurrence within a 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 maximum.
- Out – The latest Date/Time value since the last reset.