Max Limit Integer 64 bit: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoMaxLimitInteger64.png == Summary == Passes a 64-bit integer only if it is below a specified maximum limit. == Description == The **Max Limit Integer (Int64)** component monitors the value on **In** and compares it to the **Value** property. If the input is less than or equal to this limit, it is passed unchanged to **Out**. If it exceeds the limit, it is blocked or clipped, depending on the downstream configuration. <b>Diagram:</b> Image:TArduin..." |
(No difference)
|
Latest revision as of 08:14, 14 August 2025
File:TArduinoMaxLimitInteger64.png
Summary
Passes a 64-bit integer only if it is below a specified maximum limit.
Description
The **Max Limit Integer (Int64)** component monitors the value on **In** and compares it to the **Value** property. If the input is less than or equal to this limit, it is passed unchanged to **Out**. If it exceeds the limit, it is blocked or clipped, depending on the downstream configuration.
Diagram:
Categories
- File:TArduinoIntegerCategory.png Category Integer – Value limiting and filtering
Properties
- Enabled – Enables or disables the component.
- Value – 64-bit integer – the maximum allowed value.
Pins
- In – 64-bit integer input stream.
- Out – 64-bit integer output (only passes if ≤ **Value**).