Hello
I've copied this from the "LV 7 Upgrade Notes" PDF file:
"Default Data in Loops
In LabVIEW 6.0 and earlier, For Loops produced undefined data if the loop did not execute. In LabVIEW 6.1 and later, For Loops produce default data if you wire 0 to the count terminal of the For Loop or if you wire an empty array to the For Loop as an input with auto-indexing enabled. The loop does not execute, and any output tunnel with auto-indexing disabled contains the default value for the tunnel data type."
Use shift registers to transfer values through a loop regardless of whether the loop executes. You've done that!
Regards,
Luca
Regards,
Luca