Home  >  Blog  >   Labview

Initializing Arrays In Labview

Rating: 4
  
 
8444
  1. Share:
Labview Articles

Initializing Arrays

You can initialize an array, or leave it uninitialized. When an ARRAY is initialized, you can define the number of elements in each dimension and the contents of each element. An uninitialized array has a dimension but no elements. The below Figure(a) shows an uninitialized TWO-DIMENSIONAL array control with all the elements are dimmed indicating that the array is uninitialized. The below Figure (b) shows initialized array of two rows and two columns.

If you would like to Enrich your career with an Android certified professional, then visit Mindmajix - A Global online training platform: LabVIEW training” Course.This course will help you to achieve excellence in this domain.

 
Initializing Arrays


LABVIEW Arrays Example

Description: Working and manipulating with Arrays is an important part in LabVIEW development. Arrays are very powerful to use in LabVIEW. In all your applications you would probably use both One-Dimensional Arrays and Two-Dimensional Arrays.

On the Front Panel using the CONTROL PALETTE we can create an array as follows (Array, Matrix & Cluster subpalette):

LABVIEW Arrays Example

You drag and drop the empty Array on the FRONT PANEL, next you find a Control or Indicator (Numeric, String, Boolean, etc,) and drag it into the empty Array. You can create an Array of (almost) any kind of Control or Indicator.

Frequently Asked LabVIEW Interview Questions & Answers

2D OR MULTIDIMENSIONAL ARRAY? Just drag the mouse in the Index display to the left and increase the dimension.

  

array

On the Block Diagram we have the following Array palette available from the Functions palette in LabVIEW:
block diagram

Use the Array functions to create and manipulate arrays. The most useful Array functions are:

array functions
All these functions are basic (but very useful) array functions you will probably be using in all your applications and VIs.

 MindMajix YouTube Channel

Task: Build Array. This function concatenates multiple arrays or appends elements to an n-dimensional array. Try the simple example below. This example using the Build Array function inside a For loop in order build an array with 10 elements. 

task build array
Task: Index Array. This function returns the element or subarray of the n-dimension array at the index. It is always useful to find a specific value in an array. The Index Array is extendible, so you can drag it out to find more than one element. Try the simple example below.
index array
Task: Array Size. This function returns the number of elements in each dimension of the array. Try the simple example below. The example finds the size of an arbitrary array.

array size

Task: Auto-indexing. If you wire an array to a For Loop, you can read and process every element in that array by enabling auto-indexing. You also can enable auto-indexing by configuring a For Loop to return an array of every value generated by the loop. Create a simple example in order to see the difference

auto indexing

Explore LabVIEW Sample Resumes! Download & Edit, Get Noticed by Top Employers!Download Now!

 

Join our newsletter
inbox

Stay updated with our newsletter, packed with Tutorials, Interview Questions, How-to's, Tips & Tricks, Latest Trends & Updates, and more ➤ Straight to your inbox!

Course Schedule
NameDates
LabVIEW TrainingApr 20 to May 05View Details
LabVIEW TrainingApr 23 to May 08View Details
LabVIEW TrainingApr 27 to May 12View Details
LabVIEW TrainingApr 30 to May 15View Details
Last updated: 29 Apr 2023
About Author

I am Ruchitha, working as a content writer for MindMajix technologies. My writings focus on the latest technical software, tutorials, and innovations. I am also into research about AI and Neuromarketing. I am a media post-graduate from BCU – Birmingham, UK. Before, my writings focused on business articles on digital marketing and social media. You can connect with me on LinkedIn.

read more
Recommended Courses

1 / 15