To download NI software, including the products shown below, visit ni.com/downloads.
1. Overview:
This example demonstrates some simple manipulation of a table constructed using the Build Table Express VI
2. Description:
Firstly, property and invoke nodes are used to programmatically clear the table, add appropriate column headers and make sure the headers are visible. The data in this example is simulated using the random number generators. The Build Table Express VI incorporates a function to add a date and time stamp to the data. This data is added to the table for each column of data, which may well be unnecessary. This unnecessary time and date data can be easily removed using array manipulation functions. Finally, the code also demonstrates how the user can specify whether a certain event has occurred (e.g. a parameter falling outside a permitted range), details of which will also be added to an additional column in the table.
3. Requirements
4. Steps to Implement or Execute Code
5. Additional Information or References
Block Diagram
**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.