Ignore Unsigned 64 bit Values
Jump to navigation
Jump to search
File:TArduinoIgnoreUnsigned64BitValues.png
Summary
Filters incoming 64-bit unsigned values based on equality or magnitude rules.
Description
The **Ignore Unsigned 64-bit Values** component selectively blocks or passes incoming 64-bit unsigned values according to the configured **Value** property. The **Pass Equal Values** property determines if values equal to **Value** are passed. The **Pass Values Below** property determines if values smaller than **Value** are passed. The component can be enabled or disabled using the **Enabled** property.
Diagram:
Categories
- File:TArduinoSignalCategory.png Category Signal – Signal processing components.
- File:TArduinoIntegerCategory.png Category Integer – 64-bit integer filtering and comparison.
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 – 64-bit unsigned reference value for comparison.
Pins
Input Pins
- In – 64-bit unsigned input to be filtered.
Output Pins
- Out – 64-bit unsigned output based on the filtering rules.