09-19-2014 06:15 PM - edited 09-19-2014 06:16 PM
OK, you don't have conditional tunnels. Just conditionally built the output in a shift regsiter instead. 😉
(It always helps if you tell us your LabVIEW version so we don't have to guess! )
See how far you get....
09-19-2014 06:28 PM - edited 09-19-2014 06:29 PM
Here are two possibilities. The second version has a little more code but is more efficient, especially if the arrays are large.
09-19-2014 06:37 PM
09-19-2014 06:40 PM - edited 09-19-2014 06:41 PM
haha. both of you guys are fast!
sigh..
i created this!!
which is a mess!!
saying that if arrays are not the same size..delete or dont insert the array into another array..
if its the same size..then continue adding into array..
yeah..i got a lot to learn!
09-19-2014 06:42 PM
you tried ... and that's what matters!
09-19-2014 06:54 PM
09-19-2014 07:24 PM
I wonder if you are trying to make a non-rectangular array? You are aware that it is not possible to have a 2D array in LabVIEW with rows having different lengths? That is not possible in LV, although you can "fake" it with an array of cluster of array.
Lynn
09-19-2014 08:28 PM - edited 09-19-2014 08:29 PM
@super_saiyans wrote:
haha. both of you guys are fast!
sigh..
i created this!!
which is a mess!!
saying that if arrays are not the same size..delete or dont insert the array into another array..
if its the same size..then continue adding into array..
yeah..i got a lot to learn!
There are many things wrong with this: