Workspace 6.21.5
Incrementer

The Incrementer operation increments its output Value every time it is executed. It has a Reset dependency input which allows upstream operations to trigger a reset of the value to zero. The operation is most useful when combined with the WhileLoop operation.

  • Default label: "Incrementer"
  • Member of plug-in: Built-in
  • Catalogue path: Builtin/Loops
Inputs:
ResetCSIRO::DataExecution::Dependency

Outputs:
ValueintThe current value of the incrementer. Increases by 1 each time the incrementer executes.
Previously updatedbool

True if the incrementer was updated in its previous run, or false if it was reset.