Creating Shift Registers

Use shift registers on For Loops and While Loops to transfer values from one loop iteration to the next.

Complete the following steps to create a shift register.

  1. Place a loop on the block diagram by selecting Functions»Structures.
  2. Right-click the left or right border of the loop and select Add Shift Register.

You can use multiple shift registers to remember iteration values and you can use an initialized shift register to reset the initial value of a shift register.