LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

easy question array

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.

 

0 Kudos
Message 1 of 5
(2,786 Views)

Hi T,

 

Please see attache png and tell me if this is what you where takling about.

 

 

Christian

0 Kudos
Message 2 of 5
(2,781 Views)

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.

Regards
Asad Tirmizi
Design Engineer
Institute of Avionics and Aeronautics

" Its never too late to be, what u want to be"
Using LabVIEW 8.2
0 Kudos
Message 3 of 5
(2,779 Views)
Is this what you are looking for?
Tim
GHSP
0 Kudos
Message 4 of 5
(2,735 Views)
If not try this one.
Tim
GHSP
0 Kudos
Message 5 of 5
(2,731 Views)