Accumulate(Integral) Unsigned 64 bit
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
- File:TArduinoSignalCategory.png Category Signal – Signal processing components.
- File:TArduinoIntegerCategory.png Category Integer – 64-bit integer arithmetic.
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.