Limit Integer 64 bit between Min and Max

From Visuino
Revision as of 03:40, 15 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoLimitInteger64BetweenMinMax.png == Summary == Restricts a 64-bit integer value to stay within a defined minimum and maximum range. == Description == The **Limit Integer 64-bit between Min and Max** component ensures that the incoming 64-bit integer signal remains between the specified **Min** and **Max** values. If the input is below **Min**, the output will be **Min**. If the input is above **Max**, the output will be **Max**. Values within t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoLimitInteger64BetweenMinMax.png

Summary

Restricts a 64-bit integer value to stay within a defined minimum and maximum range.

Description

The **Limit Integer 64-bit between Min and Max** component ensures that the incoming 64-bit integer signal remains between the specified **Min** and **Max** values. If the input is below **Min**, the output will be **Min**. If the input is above **Max**, the output will be **Max**. Values within the range pass through unchanged.

Diagram:

Categories

Properties

  • Max – Maximum allowed 64-bit integer value (default: `1000`).
  • Min – Minimum allowed 64-bit integer value (default: `-1000`).

Pins

  • In – 64-bit integer input.
  • Out – 64-bit integer output clamped between **Min** and **Max**.