Ignore Integer Values

From Visuino
Jump to navigation Jump to search

Summary

Configurable integer filter that forwards or suppresses values based on equality and “below” rules.

Description

The **Ignore Integer 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 Bellow** – when **True**, inputs strictly less than **Value** are forwarded as well (in effect enabling “below” passing); when **False**, “below” values are not granted a pass by this rule.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.
  • Value – 32-bit integer to compare against.
  • Pass Equal Values – Boolean – pass inputs equal to **Value** (instead of ignoring them).
  • Pass Values Bellow – Boolean – pass inputs strictly below **Value**.

Pins

  • In – Integer input.
  • Out – Integer output with values filtered according to the properties above.