Limit Unsigned 64 bit between Min and Max

From Visuino
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

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.