Min Date/Time Value

From Visuino
Jump to navigation Jump to search

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

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.