Min Limit Unsigned: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoMinLimitUnsigned.png == Summary == Limits an unsigned input signal to a specified minimum value. == Description == The **Min Limit Unsigned** component passes the input signal through but clamps it to the minimum defined by the **Value** property. This ensures the output never falls below the specified minimum limit. <b>Diagram:</b> Image:TArduinoMinLimitUnsigned.Preview.png == Categories == *Image:TArduinoSignalCategory.png..." |
(No difference)
|
Latest revision as of 01:42, 20 August 2025
File:TArduinoMinLimitUnsigned.png
Summary
Limits an unsigned input signal to a specified minimum value.
Description
The **Min Limit Unsigned** component passes the input signal through but clamps it to the minimum defined by the **Value** property. This ensures the output never falls below the specified minimum 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 – Minimum allowed value for the input (default: 0).
Pins
Input Pins
- In – Unsigned input signal to be limited.
Output Pins
- Out – Input value clamped to the specified minimum.