Transferring Values between Loop Iterations

Use the following objects to transfer values on For Loops, While Loops, or (Real-Time, Windows) Timed Loops :

  • Shift registers — Passes one value or multiple values to the next loop iteration.
  • Error registers —Passes error clusters on parallel For Loops.
  • Feedback Node — Passes the value from the previous execution or sets the value each time the node executes.