LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem saving an array using a shift register

Solved!
Go to solution

In the attached VI I'm building a 1D array of strings, then trying to save it using a shift register. For some reason my data isn't being saved and I dont understand why.

 

Thank you.

 

0 Kudos
Message 1 of 4
(2,576 Views)
Solution
Accepted by topic author chuck72352

You need to wire the array across all empty cases, else it will reset to an empty array whenever such a case occurs.

 

You also need a shift register on the inner loop. 

Message Edited by altenbach on 04-05-2010 02:26 PM
Message 2 of 4
(2,567 Views)
Message 3 of 4
(2,558 Views)
Thank you!
0 Kudos
Message 4 of 4
(2,543 Views)