Example Code

Scroll Automatically through a Table or Array

Code and Documents

Attachment

This VI shows how to use Property Nodes to scroll automatically through a table or an array as LabVIEW generates data and displays this data in the table or array. LabVIEW always displays the most recent value in the table or array because LabVIEW uses the number of rows as a reference. In order to scroll automatically through the table or array, LabVIEW updates the row index each time a new entry is stored in the table or array.

Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.

Contributors