Max Limit Unsigned 64 bit
Jump to navigation
Jump to search
File:TArduinoMaxLimitUnsigned64Bit.png
Summary
Limits a 64-bit unsigned input to a maximum specified value.
Description
The **Max Limit Unsigned 64-bit** component ensures that an incoming 64-bit unsigned value does not exceed the configured **Value** property. If the input is higher than **Value**, the output is set to **Value**; otherwise, the input passes through unchanged. 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.
- Value – Maximum allowed 64-bit unsigned value (default: 1000).
Pins
Input Pins
- In – 64-bit unsigned input to be limited.
Output Pins
- Out – 64-bit unsigned output limited by the maximum value.