Accumulate(Integral) Integer 64 bit

From Visuino
Revision as of 04:10, 15 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoInteger64Accumulate.png == Summary == Accumulates (integrates) incoming 64-bit integer values over time. == Description == Use this component to continuously add the incoming 64-bit integer values to an internal total. The accumulation can be reset to the **Initial Value** at any time via the **Reset** pin. This is useful for counting, integrating signals, or maintaining a running total. <b>Diagram:</b> Image:TArduinoInteger64Accumulate.Previe...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoInteger64Accumulate.png

Summary

Accumulates (integrates) incoming 64-bit integer values over time.

Description

Use this component to continuously add the incoming 64-bit integer values to an internal total. The accumulation can be reset to the **Initial Value** at any time via the **Reset** pin. This is useful for counting, integrating signals, or maintaining a running total.

Diagram:

Categories

Properties

  • Initial Value – The starting value for the accumulator (64-bit integer).

Pins

  • In – 64-bit integer input to be accumulated.
  • Reset – Clock input to reset the accumulator to the **Initial Value**.
  • Out – 64-bit integer output of the current accumulated total.