LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to plot values continuously


Bebeto wrote:

... but there is no such thing as a continuous graph that plots with steps?


I don't understand what you mean by "with steps". Can you explain your terminology? Do you mean uneven x spacing?

 

In any case, LabVIEW is full featured programming language, so making your own xy chart is not that big a deal.

0 Kudos
Message 11 of 14
(859 Views)
This is what I meant ( see attachment)
LabVIEW Intermediate I level!
0 Kudos
Message 12 of 14
(848 Views)
If the points are equally spaced in x, all you need is a plain chart. You can change the interpolation of the plot to "step style".
0 Kudos
Message 13 of 14
(836 Views)

Bebeto wrote:

Then in other words if I want to have a continuous graph I need to use a waveform chart and if I want to be able to plot with I need to use a Plot XY, but there is no such thing as a continuous graph that plots with steps?


Check this one : http://forums.ni.com/ni/board/message?board.id=170&thread.id=455072&page=3

I post a VI based on the XY chart overthere.

 

Of course you still need to understand how an XY chart/graph works!

And the best place to learn about it is the HELP 🙂

0 Kudos
Message 14 of 14
(834 Views)