LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I add 1D array at the bottom of another 1D array?

i have tried what Reddy has said... but as i have said, it gave a an error message.. pls see my previous messge.. Could you do me a favor and try it yourself? I might have something wrong... thanks..
0 Kudos
Message 11 of 16
(1,803 Views)

hi

enable "concatenate inputs" option in the drop-down list. then only it will be added at the end of the array...otherwise you will get multi-dimension array...you will get that error...........

0 Kudos
Message 12 of 16
(1,797 Views)
but  as i have said... i dont want it at the end of the previous array... i want to add another ROW..
0 Kudos
Message 13 of 16
(1,796 Views)

HI

Check the following attachment, hope it will solve ur problem...

Download All
0 Kudos
Message 14 of 16
(1,789 Views)
Sorry lokomokoeh, right now LabVIEW is not installed on my system so i cannot try it
Maybe you are stuck up with some small implementation problem
 
That build array logic should work fine if u have connected a 2D array indicator at the output of this function.
 
If not try this,
 
take 'insert into array' funtion from arrays function palete.
 
connect a blank 2 D array constant at input ( the array into which you want to insert rows)
 
now, just drag down the lower part fo the function using resize tool and you can connect all your 1D array rows here.
 
Now if u connect a 2D array indicator at output, you will get the desired operation
 
A pictorial representation would have made things simple.
right now, this is the best I can suggest
0 Kudos
Message 15 of 16
(1,781 Views)

Hi lokomokoeh,

Yes I did this favour for you and tried it myself Smiley Wink

Follow any of the two methods shown in this attached pic

both will work

Regards

Dev

 

Message Edited by devchander on 07-21-2006 05:56 AM

0 Kudos
Message 16 of 16
(1,772 Views)