Ignore Date/Time Values

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

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

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.