Intensity Graph Not Displaying Data

Updated Aug 24, 2018

Reported In

Software

  • LabVIEW

Issue Details

I am trying to plot a 2D array of Z-axis values on an intensity graph in LabVIEW. When I try to run my program, all other functions run properly, but the intensity graph is blank. I probed the wire running into the intensity graph indicator and I'm seeing the values I expect. Why is this intensity graph not plotting?

Solution

The intensity graph may not be plotting if you have selected the wrong indicator graph type in the Block Diagram. To fix this, follow these steps:
  1. From the Front Panel Right-Click to open the Controls Palette and Select Graph >> Intensity Graph and place the intensity graph on the Front Panel.
  2. Wire the Intensity Graph as the output of your 2D array of values (in this example the TFA Configure Coefficients Indicator VI is used).
  3. Right-Click the Intensity Graph icon in the Block Diagram and Select Create >> Reference. Place the reference on the Block Diagram and wire as the reference of the indicator (in this example the TFA Configure Coefficients Indicator VI is used).
If these steps do not work, the VI may be corrupted. Copy all content in the Block Diagram and Paste in a new VI window. Save and complete steps 1-3 from this new VI.