Max Limit Unsigned

From Visuino
Revision as of 01:40, 20 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoMaxLimitUnsigned.png == Summary == Limits an unsigned input signal to a specified maximum value. == Description == The **Max Limit Unsigned** component passes the input signal through but clamps it to the maximum defined by the **Value** property. This ensures the output never exceeds the specified maximum limit. <b>Diagram:</b> Image:TArduinoMaxLimitUnsigned.Preview.png == Categories == *Image:TArduinoSignalCategory.png [...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoMaxLimitUnsigned.png

Summary

Limits an unsigned input signal to a specified maximum value.

Description

The **Max Limit Unsigned** component passes the input signal through but clamps it to the maximum defined by the **Value** property. This ensures the output never exceeds the specified maximum limit.

Diagram:

Categories

Properties

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

Pins

Input Pins

  • In – Unsigned input signal to be limited.

Output Pins

  • Out – Input value clamped to the specified maximum.