LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

array manipulation and arithmetic

Solved!
Go to solution

I currently have a VI that reads and stores values from a 1D array to a 2D array.  I'm stuck trying to save the intial values from the

1D array to perform arithmetic functions.

 

I have uploaded the VI and added some notes in it to provide some clarity on what I currently have and what I'm trying to accomplish.

 

Any help would be appreciated.

 

 

Thanks!

 

 

0 Kudos
Message 1 of 6
(2,707 Views)

The trick is to create another shift register to hold the very first values of the Current Data.  Then you have a value to divide by for subsequent data entries.  See attached VI (LV2009).

 

- tbob

Inventor of the WORM Global
0 Kudos
Message 2 of 6
(2,693 Views)

Thanks tbob for all your help with my questions.  Unfortunately i have LabVIEW 8.0 and I can't open the

VI that you posted using LabVIEW 2009.  You think it's possible that you upload an image of the block

diagram so i have a better idea about the recommendation you mentioned?  

 

thanks!

0 Kudos
Message 3 of 6
(2,682 Views)
Solution
Accepted by topic author vjm-ndt
History.png
- tbob

Inventor of the WORM Global
Message 4 of 6
(2,673 Views)
this is definitely the solution!  Kudos!!
0 Kudos
Message 5 of 6
(2,656 Views)

Don't forget to initialize the second shift register when using the Clear command.  This gets the placeholder for the next Add Data command.

 

History1.png

 

- tbob

Inventor of the WORM Global
0 Kudos
Message 6 of 6
(2,645 Views)