Try wiring the equal function terminal from the left hand shift register terminal instead of just after the Case structure.
You're getting the error because the Case structure must have data from the XOR gate, which must get data from both Equal functions. This can't happen with the value connected from the right side of the CAse structure because the Equals can't run until they get a value out of the Case, which is waiting for the XOR, which is waiting for the Equals........
Ed

Ed Dickens - Certified LabVIEW Architect
Lockheed Martin Space
Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.