Parallel For Loop cannot contain an uninitialized shift register

This error occurs because you must initialize shift registers in For Loops configured to run in parallel instances.

To correct this error, initialize the shift register or disable parallelism on the For Loop. To disable parallelism on the For Loop, right-click the For Loop, select Configure Iteration Parallelism from the shortcut menu, and remove the checkmark from the Enable loop iteration parallelism checkbox in the For Loop Iteration Parallelism dialog box.