08-01-2012 11:46 AM
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!
08-01-2012
11:52 AM
- last edited on
10-29-2025
05:53 PM
by
Content Cleaner
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