To download NI software, including the products shown below, visit ni.com/downloads.
Overview
This code allows the user to update a Fixed Size Table with the most recently generated values.
Description
This VI uses an Event Structure to Generate a DBL Value, then a 2D Array is built with the Index Value and the DBL Value. To make a fixed number of raws in the Table the Array Subset Function is used. Finally to load the Value in the table a couple of For Loops iterates using Number To Fractional String for Formating the Table Values.
Requirements
LabVIEW 2012 (or compatible)
Steps to Implement or Execute Code
Additional Information or References
**This document has been updated to meet the current required format for the NI Code Exchange.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.