Add Unsigned 64 bit Value

From Visuino
Revision as of 08:56, 22 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoAddUnsigned64BitValue.png == Summary == Adds a stored 64-bit unsigned value to the incoming input and outputs the result. == Description == The **Add Unsigned 64-bit Value** component performs an addition between the incoming 64-bit unsigned input and the configured **Value** property. The result is output as a 64-bit unsigned value. The component can be enabled or disabled using the **Enabled** property. <b>Diagram:</b> Image:TArd...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoAddUnsigned64BitValue.png

Summary

Adds a stored 64-bit unsigned value to the incoming input and outputs the result.

Description

The **Add Unsigned 64-bit Value** component performs an addition between the incoming 64-bit unsigned input and the configured **Value** property. The result is output as a 64-bit unsigned value. The component can be enabled or disabled using the **Enabled** property.

Diagram:

Categories

Properties

  • Value – 64-bit unsigned value to add to the input.
  • Enabled – Enables or disables the component.

Pins

Input Pins

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

Output Pins

  • Out – Result of the addition.