LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Adding value to array

Hello all,

 

I'm learning labview and trying to have it write several values to an array. I wrote this code so far but it just takes the result of the loop and writes it in the first value in the array. How can I get it to write into the next slot? Thanks! 

0 Kudos
Message 1 of 2
(2,495 Views)

You need a shift register to maintain the values in the array from one iteration to the next.

 

You need to look at the online LabVIEW tutorials
LabVIEW Introduction Course - Three Hours 
LabVIEW Introduction Course - Six Hours 

0 Kudos
Message 2 of 2
(2,492 Views)