LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Add values to array without overwritting them

Solved!
Go to solution

Hi I am writting a program for a research project at penn state behrend. It is designed to take values from a pressure transducer and calculate pressure drops. My professor wants to collect values in incriments of 10, average them and then store all the averages when you user selects to start saving. I am using a for loop to collect values and output the averages of the 10 collected values into an array. After 10 averages are collected the program outputs those values to an array. I cant figure out how to keep adding to that array without overwriting the previous values. Any help would be appreciated. I'm uploading what I have so far. Thanks,

 

PS I am using a random number generator for testing purposes only

 

ajh305

0 Kudos
Message 1 of 2
(2,933 Views)
Solution
Accepted by topic author VeritasAequitas

Key words:

 

Build Array function

shift registers

 

I would recommend looking at the online LabVIEW tutorials
LabVIEW Introduction Course - Three Hours
LabVIEW Introduction Course - Six Hours
Message 2 of 2
(2,931 Views)