I have arrays that collect a lot of data and display it on the front panel. On some of my programs the index values can go as high as 10,000. I would like to incorporate the ability to have the index change automatically, so that the most current data is displayed during execution.
Is this possible? If so, how do I do it?
Do I use a property node?