Compare Integer 64 bit Value

From Visuino
Revision as of 05:57, 15 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoIntegerCompareValue64.png == Summary == Compares a 64-bit integer input value with a specified constant and outputs a digital result based on the comparison. == Description == The **Compare Integer Value (Int64)** component evaluates the incoming 64-bit integer on **In** against the configured **Value** using the selected **CompareType** (e.g., equal, greater than, less than, etc.). The component can optionally output changes only when the result di...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoIntegerCompareValue64.png

Summary

Compares a 64-bit integer input value with a specified constant and outputs a digital result based on the comparison.

Description

The **Compare Integer Value (Int64)** component evaluates the incoming 64-bit integer on **In** against the configured **Value** using the selected **CompareType** (e.g., equal, greater than, less than, etc.). The component can optionally output changes only when the result differs from the previous evaluation. This is useful for detecting threshold crossings or specific matching values in 64-bit integer streams.

Diagram:

Categories

Properties

  • Value – 64-bit integer constant to compare against.
  • CompareType – Defines the type of comparison (Equal, Not Equal, Greater, Greater or Equal, Less, Less or Equal).
  • OnlyChanged – Boolean – when True, the output changes only when the comparison result changes; when False, the output updates continuously.
  • Enabled – Enables or disables the component.

Pins

  • Out – Digital output that is HIGH (true) or LOW (false) depending on the comparison result.
  • In – 64-bit integer input to be compared against the **Value**.