LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

3D array

Hi everyone,
 
i want to write a program to fill an 3 D array, the final array state is inccluded in the labview file.
I am looking now for a long time, but i don't find the right solution.
 
Thanks,
 
Jeroen
0 Kudos
Message 1 of 6
(3,238 Views)
i forgot to insert the files, sorry

Message Edited by phuzionz on 02-29-2008 01:59 PM

Message Edited by phuzionz on 02-29-2008 02:01 PM

Message Edited by phuzionz on 02-29-2008 02:02 PM
0 Kudos
Message 2 of 6
(3,237 Views)

Hi phuzionz,

i don´t understand what you make in your vi. Can you explain in more detail please? Can you explain something about the background?

Mike

0 Kudos
Message 3 of 6
(3,233 Views)
Hi, thank you for your quick answer.
 
I get some data from a terminal stored in 1 D array. The first element(index0), represents a first name, that must be displayed in the 3d array on the "first page", the ohter information from that name can behind it(other pages).
I hope that it's clear, take also a look in my attached file to the final result array.
 
0 Kudos
Message 4 of 6
(3,227 Views)

Hi phuzionz,

at the moment you only use 2 dimensions. Why do you need three? Here is an example to show how you can get your 3D array if you have the data side by side. Do you now the size of the 3D Array before starting the loop? If yes you could initialize the array with the right size and then only replace the elements in the right area.

Mike

0 Kudos
Message 5 of 6
(3,210 Views)

Yes, but the maximum amount of comlums is three, when there more needed, he have to add a new line.

Thank you for the example,

jeroen

 

0 Kudos
Message 6 of 6
(3,189 Views)