This subVI call is part of a broken recursive cycle. You must correct the recursion or delete the subVI call. For recursive calls to work correctly, all VIs in the cycle must be reentrant and at least one must be a dynamic dispatch member VI or share clones of itself between instances of calls.

To correct this error, correct all recursion related errors in the VI hierarchy. LabVIEW lists the VIs with errors in Items with errors in the Error list window. To correct errors in a particular VI, select File»VI Properties from the block diagram window of the VI and select Execution from the Category pull-down menu. Select one of the reentrant execution options.