LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

View signal as graph rather than vector

Solved!
Go to solution

I'm trying to add a graph indicator on the right side (the box labeled waveform graph), which should display the sine wave I am inputting. However when I drag the icon over, instead of being a grey box with a black graph (like the "graph indicators" window shows) it is a grey box with "ijk" on it. How do I change this?labview graph indicator.png

Then when I run this I can see the input wave as a wave, but I can't figure out how to make the output display as a wave. Any help would be appreciated!

labview output.png

0 Kudos
Message 1 of 2
(2,515 Views)
Solution
Accepted by lmitten

When you made the first Sine graph, LabVIEW knew that you wanted it as a graph because it understands that those signal types usually are plotted on graphs. The 2nd indicator you made is just of a numeric array, which isn't always graphed. In order to create a graph for the DBL array, insert a graph indicator on the front panel first, then wire it up. Another option would be to duplicate the first graph and wire it to the DBL array and it will automatically adapt.

Graphs.PNG

Cheers


--------,       Unofficial Forum Rules and Guidelines                                           ,--------

          '---   >The shortest distance between two nodes is a straight wire>   ---'


0 Kudos
Message 2 of 2
(2,504 Views)