Count

Last modified by KDearnley on 2023/07/31 14:06

Count

A counter that can signal its outputs when the specified max count is reached.

Details

Count.PNG
Object: Count

Category: Flow

Inputs

INPUTS
Add.pngAdd (Count)Increase the Counter by the amount specified in the input's properties.
Subtract.pngSubtract (Count)Decrease the Counter by the amount specified in the input's properties.
Set.pngSet (Count)Set the Counter to the value specified in the input's properties.
Reset.pngReset CountReset the Counter to its default value.

Outputs

OUTPUTS
OnCountReached.pngOn Count ReachedIf the counter has reached the max count when the value changes, send the signal. The activator is unchanged from the input signal.
OnCountNotReached.pngOn Count Not ReachedIf the counter has not reached the max count when the value changes, send the signal. The activator is unchanged from the input signal.

Properties

PROPERTIES
PropertyTypeDescription
NameStringThe name of this object. Rename an object to make it easy to identify.
Max CountIntegerWhen the counter reaches this number, the object will signal its outputs.
Reset On CountBooleanIf true, the counter will be reset to the starting value when the specified count is reached.
Starting ValueIntegerThe initial value for the counter.
Tags: Flow