07-10-2012 02:08 PM
For example, if I input "10" for number of datapoints, I want to see 10 hex and binary values all listed in a column. Right now, only 1 value shows up and all the previous values get erased 😞
Thanks!
Solved! Go to Solution.
07-10-2012 02:14 PM
You are not using a shift register to store the values in the array between iterations fo the For Loop.
This is a basic LabVIEW concept.
I would recommend looking at the online LabVIEW tutorials
LabVIEW Introduction Course - Three Hours
LabVIEW Introduction Course - Six Hours
07-10-2012 02:30 PM
Hi,
Wire the data outside the for loop for get an auto index array with all elements.
You can check too: Tutorial: Arrays and Clusters.
Best Regards,