Increment PtByPt VI
- Updated2025-07-30
- 2 minute(s) read
Increments counter by one each time the VI is called when activate is set to TRUE.
This VI is similar to the Increment function.
Note By default, reentrant execution is enabled in all Point By Point VIs.

Inputs/Outputs
activate
—
activate, when TRUE, initiates an incremental count. When FALSE, the VI does not count.
initialize
—
initialize, when TRUE, initializes the internal state of the VI.
counter
—
counter is the incremental value where counter = (previous counter + 1). The default is 1. The value of counter changes only after you set activate to TRUE.
overflow
—
overflow is FALSE by default. If counter reaches overflow, overflow becomes TRUE and causes the value of counter to become 1 again. |
activate
—
counter
—
overflow
—