Max Date/Time Value

From Visuino
Revision as of 07:54, 15 August 2025 by Visuino (talk | contribs) (Created page with "Image: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 trac...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

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.