Accumulate(Integral) Unsigned

From Visuino
Revision as of 07:00, 19 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoAccumulateUnsigned.png == 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. <b>Diagram:</b> Image:TArduinoAccumulateUnsigned.Preview.png ==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.