Max Limit Unsigned 64 bit: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoMaxLimitUnsigned64Bit.png == Summary == Limits a 64-bit unsigned input to a maximum specified value. == Description == The **Max Limit Unsigned 64-bit** component ensures that an incoming 64-bit unsigned value does not exceed the configured **Value** property. If the input is higher than **Value**, the output is set to **Value**; otherwise, the input passes through unchanged. The component can be enabled or disabled using the **Enabled** p..."
 
(No difference)

Latest revision as of 09:14, 22 August 2025

File:TArduinoMaxLimitUnsigned64Bit.png

Summary

Limits a 64-bit unsigned input to a maximum specified value.

Description

The **Max Limit Unsigned 64-bit** component ensures that an incoming 64-bit unsigned value does not exceed the configured **Value** property. If the input is higher than **Value**, the output is set to **Value**; otherwise, the input passes through unchanged. The component can be enabled or disabled using the **Enabled** property.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.
  • Value – Maximum allowed 64-bit unsigned value (default: 1000).

Pins

Input Pins

  • In – 64-bit unsigned input to be limited.

Output Pins

  • Out – 64-bit unsigned output limited by the maximum value.