Accumulate(Integral) Unsigned 64 bit

From Visuino
Revision as of 08:40, 22 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoAccumulateUnsigned64Bit.png == Summary == Calculates the cumulative sum (integral) of incoming 64-bit unsigned values. == Description == The **Accumulate (Integral) Unsigned 64-bit** component continuously adds incoming 64-bit unsigned values to an internal accumulator. The **Initial Value** property sets the starting point of the accumulation. The **Reset** input clears the accumulator, and the component can be enabled or disabled using t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoAccumulateUnsigned64Bit.png

Summary

Calculates the cumulative sum (integral) of incoming 64-bit unsigned values.

Description

The **Accumulate (Integral) Unsigned 64-bit** component continuously adds incoming 64-bit unsigned values to an internal accumulator. The **Initial Value** property sets the starting point of the accumulation. The **Reset** input clears the accumulator, and the component can be enabled or disabled using the **Enabled** property.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.
  • Initial Value – Sets the starting value of the accumulator.

Pins

Input Pins

  • In – 64-bit unsigned input to be accumulated.
  • Reset – Clears the accumulated value.

Output Pins

  • Out – Current accumulated 64-bit unsigned value.