Ignore Unsigned Values

From Visuino
Revision as of 09:43, 22 August 2025 by Visuino (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

Filters incoming unsigned values based on comparison rules.

Description

The **Ignore Unsigned Values** component controls which unsigned input values are passed through. It compares incoming values with the specified **Value** and applies the rules defined by **Pass Equal Values** and **Pass Values Below**. When disabled, the component simply passes all input values unchanged.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.
  • Pass Equal Values – If true, values equal to **Value** are passed.
  • Pass Values Below – If true, values smaller than **Value** are passed.
  • Value – Unsigned reference value for filtering.

Pins

Input Pins

  • In – Unsigned input to be filtered.

Output Pins

  • Out – Unsigned output after filtering.