Data Counter

Simple Data counter.

Settings

value

Current value of the counter.

increment

Increases the counter by increment value.

decrement

Decreases the counter by increment value.

reset to min

resets the counter to its min value.

reset to max

resets the counter to its max value.

min

Minimum value of the output.

max

Maximum value of the output.

increment value

Value of the increment. Can be floating point.

count mode

Determines how the counter works.

  • loop: the counter returns to min value when the max value is reached.
  • wrap: increments with a modulo
  • bounce: up then down, etc
  • ceiling: stays at the max on increment or the min on decrement
  • unlimited: endless count with no limit.

When this option is ON the , after an increment. Or returns to max value when the min value is reached, after a decrement.

no limit

When this option is ON the counter counts indefinitely (max, min are ignored)

See also

version 6.0.240115

Edit All Pages