06-09-2014 03:10 PM
Hi all:
I would like achieve the following:
I have 5 thermocouples arranged in a star pattern on a vent. We would like to monitor the temperature profile (rather, the flux profile) using a visual display and color intensity. Basically, I would like to have a rectangular display on my front panel that shows live changing colors in the same relative areas of where the thermocouples are placed within the rectangle itself. Hopefully I am conveying the idea well.
I have a cRIO 9024.
Thanks!
06-09-2014 04:33 PM
The intensity graph can probably do what you want. Intensity graphs are different from the other types of graphs in that they take a 2D array of data representing the intensity values. The axes are just the indexes in the arrays.
With only 5 data points you may need to do some interpolation to get a usable display.
Lynn