Counter step overview


The Counter step is used to increment a counter. It increments its Count output every time it is executed.

The InitialValue property specifies the value at which the counter starts. By default, it is set to 0.

The ResetValue property is the value to which the counter resets to when it reaches EndValue. By default, it is set to 0.

The EndValue property is the value at which the counter will reset. The maximum, and default, value this property can reach before resetting is 2,147,483,647.

You can use the ResetCounters step or an operator view button to reset a Counter step's count.