Workspace 6.21.5
|
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.
Inputs: | |||
---|---|---|---|
Reset | CSIRO::DataExecution::Dependency | ||
Outputs: | |||
Value | int | The current value of the incrementer. Increases by 1 each time the incrementer executes. | |
Previously updated | bool | True if the incrementer was updated in its previous run, or false if it was reset. |