Compare Unsigned 64 bit Range
Jump to navigation
Jump to search
File:TArduinoCompareUnsigned64BitRange.png
Summary
Checks if a 64-bit unsigned input is within a specified range.
Description
The **Compare Unsigned 64-bit Range** component evaluates whether an incoming 64-bit unsigned value falls within the defined **Min** and **Max** range. The **Include Limits** property determines whether the boundary values are considered inside the range. The **Is Outside Range** property inverts the output logic, triggering the output when the value is outside the range.
Diagram:
Categories
- File:TArduinoSignalCategory.png Category Signal – Signal processing components.
- File:TArduinoIntegerCategory.png Category Integer – 64-bit integer and numeric comparison.
Properties
- Enabled – Enables or disables the component.
- Include Limits – If true, the Min and Max boundaries are considered inside the range.
- Is Outside Range – If true, output is triggered when the value is outside the range.
- Range – Defines the comparison range with **Min** and **Max** (default Max: 1000).
Pins
Input Pins
- In – 64-bit unsigned input to compare.
Output Pins
- Out – Boolean output indicating if the input is within (or outside, if configured) the specified range.