LAVA 1.0 Content Posted May 20, 2009 Report Share Posted May 20, 2009 If I wish to use array to store data & take the data out to be used? Quote Link to comment
CraigC Posted May 20, 2009 Report Share Posted May 20, 2009 QUOTE (labviewnoob @ May 19 2009, 02:56 AM) If I wish to use array to store data & take the data out to be used? Then you would use the "Build array" to store data and "index array" or "array Subset" (Take the data out) primitives to do this. Quote Link to comment
LAVA 1.0 Content Posted May 21, 2009 Author Report Share Posted May 21, 2009 QUOTE (oldskool @ May 19 2009, 04:04 PM) Then you would use the "Build array" to store data and "index array" or "array Subset" (Take the data out) primitives to do this. Is there any better method for it? any graphical help would be welcomed. many thanks. Quote Link to comment
jdunham Posted May 21, 2009 Report Share Posted May 21, 2009 QUOTE (labviewnoob @ May 19 2009, 06:20 PM) Is there any better method for it? any graphical help would be welcomed. many thanks. Make sure you learn about auto-indexing of FOR and WHILE loops. There should be plenty of examples in the LabVIEW Examples folder. Quote Link to comment
GregFreeman Posted May 22, 2009 Report Share Posted May 22, 2009 QUOTE (labviewnoob @ May 20 2009, 02:20 AM) Is there any better method for it? any graphical help would be welcomed. many thanks. In order to be helped in a more detailed way, you will probably need to give more details . Do you want to select a range of data? Do you want to select numbers from a specific column, row, or column and row? Is your array 1D or 2D etc? All these things will help people answer your question. Quote Link to comment
Neville D Posted May 22, 2009 Report Share Posted May 22, 2009 Why don't you take a look at the LabVIEW getting started manual and the examples? Quote Link to comment
LAVA 1.0 Content Posted May 23, 2009 Author Report Share Posted May 23, 2009 QUOTE (Neville D @ May 22 2009, 02:08 AM) Why don't you take a look at the LabVIEW getting started manual and the examples? Many thanks for all those who reply. My group mate have figured out what he needs. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.