Min Limit Integer 64 bit

From Visuino
Revision as of 05:47, 15 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoMinLimitInteger64.png == Summary == Passes a 64-bit integer only if it is above a specified minimum limit. == Description == The **Min Limit Integer (Int64)** component monitors the value on **In** and compares it to the **Value** property. If the input is greater than or equal to this limit, it is passed unchanged to **Out**. If it is below the limit, it is blocked or clipped, depending on the downstream configuration. <b>Diagram:</b> Image...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoMinLimitInteger64.png

Summary

Passes a 64-bit integer only if it is above a specified minimum limit.

Description

The **Min Limit Integer (Int64)** component monitors the value on **In** and compares it to the **Value** property. If the input is greater than or equal to this limit, it is passed unchanged to **Out**. If it is below the limit, it is blocked or clipped, depending on the downstream configuration.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.
  • Value – 64-bit integer – the minimum allowed value.

Pins

  • In – 64-bit integer input stream.
  • Out – 64-bit integer output (only passes if ≥ **Value**).