Limit Unsigned between Min and Max
File:TArduinoLimitUnsigned.png
Summary
Constrains an unsigned input value to stay within a specified minimum and maximum range.
Description
The **Limit Unsigned between Min and Max** component ensures that the input signal does not exceed the **Max** value or fall below the **Min** value. It is useful for clamping signals to a safe or expected range in numeric and signal processing applications.
Diagram:
Categories
- File:TArduinoSignalCategory.png Category Signal – Signal processing components.
- File:TArduinoNumericCategory.png Category Numeric – Numeric operations and value manipulation.
Properties
- Max – Maximum allowed value for the input (default: 1000).
- Min – Minimum allowed value for the input (default: 0).
Pins
Input Pins
- In – Unsigned input signal to be limited.
Output Pins
- Out – Input value constrained between **Min** and **Max**.