LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

sending data to array (Bascic question)

I need to send the data from Mean.vi to an array as the values are generated. How would this be achieved??
0 Kudos
Message 1 of 5
(2,897 Views)
Hi,
You must be able to do this by using a shift register and inserting data into the array from the Mean.vi.
0 Kudos
Message 2 of 5
(2,897 Views)
Here is an example of how to use a shift register to build an array on the fly inside a loop. Use the output of your Mean.vi to replace the random number generator in this example. Don't forget to initialize the shift register before the loop as shown in the example.
- tbob

Inventor of the WORM Global
Message 3 of 5
(2,897 Views)
Thanks for your suggestion.
Unfortunately I�ve got Labview 7 and cant open the example you posted. I get an error message say i need version 7.1 to open the file

Can you post a screen shot of the block layout

Thanks again
0 Kudos
Message 4 of 5
(2,897 Views)
Here is the LV 7 version.
- tbob

Inventor of the WORM Global
0 Kudos
Message 5 of 5
(2,897 Views)