Limit Unsigned between Min and Max

From Visuino
Jump to navigation Jump to search

File:TArduinoLimitUnsigned.png

Summary

Constrains an unsigned input value to stay within a specified minimum and maximum range.

Description

The **Limit Unsigned between Min and Max** component ensures that the input signal does not exceed the **Max** value or fall below the **Min** value. It is useful for clamping signals to a safe or expected range in numeric and signal processing applications.

Diagram:

Categories

Properties

  • Max – Maximum allowed value for the input (default: 1000).
  • Min – Minimum allowed value for the input (default: 0).

Pins

Input Pins

  • In – Unsigned input signal to be limited.

Output Pins

  • Out – Input value constrained between **Min** and **Max**.