Ignore Integer 64 bit Values

From Visuino
Jump to navigation Jump to search

File:TArduinoIgnoreInteger64Values.png

Summary

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

Description

The **Ignore Integer 64-bit 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 Below** – 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:

File:TArduinoIgnoreInteger64Values.Preview.png

Categories

Properties

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

Pins

  • In – 64-bit integer input.
  • Out – 64-bit integer output with values filtered according to the properties above.