Increment PtByPt VI

Owning Palette: Other Functions PtByPt VIs

Requires: Full Development System

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.

 Add to the block diagram  Find on the palette
activate, when TRUE, initiates an incremental count. When FALSE, the VI does not count.
initialize, when TRUE, initializes the internal state of the VI.
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 is FALSE by default. If counter reaches overflow, overflow becomes TRUE and causes the value of counter to become 1 again.