Max Limit Unsigned: Difference between revisions

From Visuino
Jump to navigation Jump to search
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 [..."
 
(No difference)

Latest revision as of 01:40, 20 August 2025

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.