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
- last edited on
06-03-2026
09:40 AM
by
Content Cleaner
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 [links below no longer available]
LabVIEW Introduction Course - Three Hours
LabVIEW Introduction Course - Six Hours
07-10-2012
02:30 PM
- last edited on
06-03-2026
09:40 AM
by
Content Cleaner
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 [link removed; article no longer avaialble].
Best Regards,