Ignore Integer 64 bit Ranges

From Visuino
Jump to navigation Jump to search

File:TArduinoIgnoreInteger64Values.png

Summary

Filters 64-bit integers based on one or more configurable numeric ranges.

Description

The **Ignore Integer Values (Int64)** component compares the incoming **In** value against a set of user-defined **Range** elements. Each range specifies minimum and maximum limits, along with inclusion rules for the boundaries. If the input falls within any of the defined ranges (respecting the “equal” settings), it will be blocked; otherwise, it is passed to **Out**. The **Ignored** pin indicates whether the current input was suppressed due to matching a configured range.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.
  • Elements – Collection of **Range** elements, each with:
    • Min – 64-bit integer – lower bound of the range.
    • Max – 64-bit integer – upper bound of the range.
    • Pass Equal Min – Boolean – if **True**, values equal to **Min** are considered in range.
    • Pass Equal Max – Boolean – if **True**, values equal to **Max** are considered in range.

Pins

  • In – 64-bit integer input.
  • Out – 64-bit integer output with values outside the defined ranges.
  • Ignored – Boolean; **True** when the current input was ignored (matched a configured range).