Min Limit Unsigned 64 bit

From Visuino
Revision as of 09:15, 22 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoMinLimitUnsigned64Bit.png == Summary == Limits a 64-bit unsigned input to a minimum specified value. == Description == The **Min Limit Unsigned 64-bit** component ensures that an incoming 64-bit unsigned value does not fall below the configured **Value** property. If the input is lower than **Value**, the output is set to **Value**; otherwise, the input passes through unchanged. The component can be enabled or disabled using the **Enabled*...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoMinLimitUnsigned64Bit.png

Summary

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

Description

The **Min Limit Unsigned 64-bit** component ensures that an incoming 64-bit unsigned value does not fall below the configured **Value** property. If the input is lower 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 – Minimum allowed 64-bit unsigned value.

Pins

Input Pins

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

Output Pins

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