To initialize a Feedback Node when a loop executes, move the initializer terminal to the left edge of a loop that contains a Feedback Node or the left edge of a loop in a group of nested structures that contains the Feedback Node. The Feedback Node then initializes before the first iteration of every loop execution.
If you do not move the initializer terminal, the Feedback Node globally initializes, meaning it initializes on the first call of the VI in an execution. The initializer terminal remains attached to the node and globally initializes by default.
Complete the following steps to move the initializer terminal of a Feedback Node to the left edge of a loop.
You also can change the location of the initializer terminal by right-clicking the initializer terminal and selecting Move Initializer One Loop Out, Move Initializer One Loop In, or Globally Initialize from the shortcut menu.