11-12-2009 02:53 AM
Hello experts,
i have an easy question. I need to store data in a 1D array so that the first data is written in the place of index 1 the second in index 2 aso. I've tried it but somehow either i only had the last data in all indexes or only the last data in the last index. I am posting you a vi. I know where i should change it but i need a small idea oder change in the vi.
Thank u for your help.
T
11-12-2009 03:09 AM
Hi T,
Please see attache png and tell me if this is what you where takling about.
Christian
11-12-2009 03:13 AM
Please save your VI in ver 8.2 and then paste it on the forum so that i may help in making it into what you want. Without seeing the VI i am guessing that you have elements or 1-D arrays that you want to append into a single array.
Its simple whether its the elements that you want to build into 1-d array or arrays that you want to make into a single array. Just use the build array function. Connect the input wires to the element and you'll have your 1-D array, provided you havent unchecked Concatenate Inputs in which case you will have a higher order array instead.
Anyways kindly paste it in changed format so that i may help.
11-12-2009 07:31 AM
11-12-2009 07:35 AM