Compare Unsigned 64 bit Value

From Visuino
Jump to navigation Jump to search

File:TArduinoCompareUnsigned64BitValue.png

Summary

Compares a 64-bit unsigned input with a specified value using a selected comparison type.

Description

The **Compare Unsigned 64-bit Value** component evaluates an incoming 64-bit unsigned input against the configured **Value** property. The **Compare Type** property defines the type of comparison: equal, not equal, greater, smaller, greater or equal, or smaller or equal. The component outputs a boolean result based on the comparison, and it can be enabled or disabled using the **Enabled** property.

Diagram:

Categories

Properties

  • Compare Type – Defines the comparison operation (ctEqual, ctNotEqual, ctBigger, ctSmaller, ctBiggerOrEqual, ctSmallerOrEqual).
  • Enabled – Enables or disables the component.
  • Value – 64-bit unsigned value to compare against the input.

Pins

Input Pins

  • In – 64-bit unsigned input to be compared.

Output Pins

  • Out – Boolean output representing the comparison result.