HELP
An object that displays and outputs the
number of times its data input pin has been
activated.

USE
Use Counter to keep a running count.  Counter
keeps a running count of the number of times
an input has been activated by a previous
object's output.  The Counter output is a
Real scalar.

LOCATION
Device ==> Counter

OBJECT MENU

* Clear - Clears the contents of the Counter.

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

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

NOTES
The data input for Counter does not require
any particular type data and even counts an
input with a nil value.  It can also be
cleared by activating the input Clear control
pin.

The value of the Counter, a Real scalar,
is available at the Counter output.

SEE ALSO
Accumulator.
