Limit Unsigned 64 bit between Min and Max
Jump to navigation
Jump to search
File:TArduinoLimitUnsigned64Bit.png
Summary
Constrains a 64-bit unsigned input value within specified minimum and maximum limits.
Description
The **Limit Unsigned 64-bit between Min and Max** component ensures that an incoming 64-bit unsigned value stays within the defined range. Values below **Min** are raised to **Min**, and values above **Max** are lowered to **Max**. The component can be enabled or disabled using the **Enabled** property.
Diagram:
Categories
- File:TArduinoSignalCategory.png Category Signal – Signal processing components.
- File:TArduinoIntegerCategory.png Category Integer – 64-bit integer value manipulation.
Properties
- Enabled – Enables or disables the component.
- Max – Maximum allowed value (default: 1000).
- Min – Minimum allowed value.
Pins
Input Pins
- In – 64-bit unsigned input value to be limited.
Output Pins
- Out – 64-bit unsigned output constrained within the Min and Max range.