Min Limit Integer
Jump to navigation
Jump to search
File:TArduinoMinLimitInteger.png
Summary
Passes an integer only if it is above a specified minimum limit.
Description
The **Min Limit Integer** 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
- File:TArduinoIntegerCategory.png Category Integer – Value limiting and filtering
Properties
- Enabled – Enables or disables the component.
- Value – Integer – the minimum allowed value.
Pins
- In – Integer input stream.
- Out – Integer output (only passes if ≥ **Value**).