To download NI software, including the products shown below, visit ni.com/downloads.
Overview
This VI shows how to convert a 2D array into a table, and change the background color of the cells whose values are greater than a set limit.
Description
It is not possible to manipulate the properties of a single element in an array. It is possible to convert the array into a table and manipulate the properties of a table to highlight individual cells. This could be useful for performing a limits test in which you want to highlight data points that are outside of a certain range. This example shows how to convert a 2D array into a table, perform a limit test on the array, and change the background color of the cells whose values are greater than a set limit.
Requirements
Steps to Implement or Execute Code
Additional Information or References
VI Snippet
**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.