Ignore Date/Time Values
Summary
Configurable Date/Time filter that forwards or suppresses values based on equality and “before” rules.
Description
The **Ignore Date/Time Values** component compares the incoming **In** value against the configured **Value**. Its behavior is controlled by: - **Pass Equal Values** – when **True**, inputs equal to **Value** are forwarded; when **False**, they are suppressed. - **Pass Values Before** – when **True**, inputs strictly earlier than **Value** are forwarded as well (enabling a “before” pass rule); when **False**, earlier values are not granted a pass by this rule.
Diagram:
Categories
- File:TArduinoDateTimeCategory.png Category Date/Time – Filtering and validation.
Properties
- Enabled – Enables or disables the component.
- Value – Date/Time to compare against.
- Pass Equal Values – Boolean – pass inputs equal to **Value** (instead of ignoring them).
- Pass Values Before – Boolean – pass inputs strictly before **Value**.
Pins
- In – Date/Time input signal.
- Out – Date/Time output with values filtered according to the properties above.