06-30-2009 04:43 AM
Hi there, I have some problem with merging of array.
Because of the natural of my VI, I will need to merge arrays together to form a single long array.
I have designed a VI using For loop and case-switching but the current array keep over-writing the previous array. I had enable auto-indexing on the For loop but it couldnt work.
I have attached two VI for further illustration.
Trying to merge arrays togther.vi is the program i am working on.
Desired output of program.vi is the actual thing i would like to obtain at the output.
Thanks for all the help.
Keith Tan
Solved! Go to Solution.
06-30-2009 04:51 AM
Disable auto-indexing and replace the output tunnel by a shift register.
Use the "Build Array" primitive with "Concatenate" enabled to append your data.
06-30-2009 04:57 AM
07-02-2009 12:30 AM
Hi all, thanks for the fast response. Finally, i am able to process on to the next part of my program. Thanks for the help to you two.
I do have another problem but since it is different from this thread, I have decided to open a new thread, so that other can learn too!
Here's a Kudo for you, GerdW!
Thanks!
Keith Tan