Ignore Unsigned Values: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoIgnoreUnsignedValues.png == 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. <b>Diagram:</b>..."
 
No edit summary
 
Line 11: Line 11:
<b>Diagram:</b>   
<b>Diagram:</b>   


[[Image:TArduinoIgnoreUnsignedValues.Preview.png]]   
[[Image:TArduinoIgnoresUnsignedValues.Preview.png]]   


== Categories ==   
== Categories ==   

Latest revision as of 09:43, 22 August 2025

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.