Min Limit Unsigned

From Visuino
Jump to navigation Jump to search

File:TArduinoMinLimitUnsigned.png

Summary

Limits an unsigned input signal to a specified minimum value.

Description

The **Min Limit Unsigned** component passes the input signal through but clamps it to the minimum defined by the **Value** property. This ensures the output never falls below the specified minimum limit.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.
  • Value – Minimum allowed value for the input (default: 0).

Pins

Input Pins

  • In – Unsigned input signal to be limited.

Output Pins

  • Out – Input value clamped to the specified minimum.