How Do I Continuously Add Elements in an Array?

Updated Nov 6, 2023

Reported In

Software

  • LabVIEW

Issue Details

How can I update an array with new data as the VI is running?

Solution

In order to continuously add values to the array, you need to keep track of the elements already in the array. To maintain previous data, you need to use shift registers.

Below is an image showing an example of implementing shift registers to maintain the values previously added to the array.