LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

"array in loop programming problem"

Hello!

In my attached file(which is a similar, analogous problem to my real program) I have three generated numbers in a while loop(lets say 11 loops).
I want to have a 1D array with these total 33 numbers.

first loop:
I want the first numbervalue on top to be the first in array. The second value in middle to be second. The last value to be third in array.

second loop:
The first value on top to be fourth in array. The second value in middle to be fifth. The last value to be sixth.

third loop:
etc.....

How do I program this? Cant make it work. Please help. See file.

Thanks Fredda
0 Kudos
Message 1 of 3
(2,629 Views)
This should do what you want. It's just an initialized shift register and another build array. With the build array, you want to select concantanate inputs.
0 Kudos
Message 2 of 3
(2,630 Views)
thanks!!
0 Kudos
Message 3 of 3
(2,625 Views)