Ignore Unsigned 64 bit Ranges

From Visuino
Jump to navigation Jump to search

File:TArduinoIgnoreUnsigned64BitRanges.png

Summary

Ignores incoming 64-bit unsigned values that fall within specified ranges.

Description

The **Ignore Unsigned 64-bit Ranges** component filters 64-bit unsigned input values based on user-defined ranges. Use the **Elements** property (click the 3-dots button) to add **Range** elements specifying the values to ignore. Values outside the defined ranges pass to the **Out** pin, while values inside a range trigger the **Ignored** output. The component can be enabled or disabled using the **Enabled** property.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.
  • Elements – Configurable range elements specifying which values to ignore.

Pins

Input Pins

  • In – 64-bit unsigned input value to be filtered.

Output Pins

  • Out – 64-bit unsigned output for values outside ignored ranges.
  • Ignored – Triggered when the input value falls within an ignored range.