02-08-2019 10:51 AM
See if this works for you. Modify as needed.
(Still, it might be easier to build the data in shift register as a 1D complex array. This way you can add more functionality, such as a button for clearing the data, etc.)
02-08-2019 11:00 AM
@altenbach wrote:
(Still, it might be easier to build the data in shift register as a 1D complex array. This way you can add more functionality, such as a button for clearing the data, etc.)
Here's how that could look like. It is typically better to avoid express VIs. 😉
02-08-2019 01:55 PM
Got it working!
Thanks Altenbach!