Max Limit Integer

From Visuino
Revision as of 08:08, 14 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoMaxLimitInteger.png == Summary == Passes an integer only if it is below a specified maximum limit. == Description == The **Max Limit Integer** 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:TArduinoMaxLimitInteger...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoMaxLimitInteger.png

Summary

Passes an integer only if it is below a specified maximum limit.

Description

The **Max Limit Integer** 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

Properties

  • Enabled – Enables or disables the component.
  • Value – Integer – the maximum allowed value.

Pins

  • In – Integer input stream.
  • Out – Integer output (only passes if ≤ **Value**).