Add Unsigned 64 bit Value: Difference between revisions

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

Latest revision as of 08:56, 22 August 2025

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.