Limit Unsigned between Min and Max: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image: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. <b>Diagram:</b> Image:TArduinoLimitUnsi..."
 
(No difference)

Latest revision as of 06:58, 19 August 2025

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**.