Max Limit Unsigned
Jump to navigation
Jump to search
File:TArduinoMaxLimitUnsigned.png
Summary
Limits an unsigned input signal to a specified maximum value.
Description
The **Max Limit Unsigned** component passes the input signal through but clamps it to the maximum defined by the **Value** property. This ensures the output never exceeds the specified maximum limit.
Diagram:
Categories
- File:TArduinoSignalCategory.png Category Signal – Signal processing components.
- File:TArduinoNumericCategory.png Category Numeric – Numeric operations and value manipulation.
Properties
- Enabled – Enables or disables the component.
- Value – Maximum allowed value for the input (default: 1000).
Pins
Input Pins
- In – Unsigned input signal to be limited.
Output Pins
- Out – Input value clamped to the specified maximum.