HELP
An object that displays and outputs a running
sum of its input values.

USE
Use Accumulator to keep a running total.

LOCATION
Device ==> Accumulator

OBJECT MENU

* Clear - Clears the contents of the
Accumulator.

* Clear at PreRun - Clears the contents of
the Accumulator at PreRun.  Default is on
(checked).

* Clear at Activate - Clears the contents of
the Accumulator at Activate.  Default is on
(checked).

NOTES
The type of the accumulated output data
is the same as the first data input value
since the last clear.  Thus, if the
Accumulator is input a Real and an Int32, it
outputs a Real.

If the Accumulator data input is activated
with a Real then later is activated by a
Complex, the current accumulated data is
Real; the object returns an error because it
cannot convert the Complex data to Real.

SEE ALSO
Counter.
