Accumulate(Integral) Integer 64 bit

From Visuino
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.