Accumulate(Integral) Unsigned

From Visuino
Jump to navigation Jump to search

Summary

Calculates the running integral of an unsigned input signal.

Description

The **Accumulate (Integral) Unsigned** component continuously sums the input signal over time, producing an accumulated output. The accumulation can be reset using the **Reset** pin, and the starting value is defined by the **Initial Value** property.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the accumulation.
  • Initial Value – Starting value for the accumulation.

Pins

Input Pins

  • In – Unsigned input signal to be accumulated.
  • Reset – Resets the accumulated value to the **Initial Value**.

Output Pins

  • Out – Accumulated unsigned output value.