ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Does this graph exist in Labview?

Solved!
Go to solution

Hello to all.

I would like to use this graph in Labview but I don't know it it is exist:

Selección_052.png

Where I would give "line" and (x,y) coordinates.

Thanks a lot.

0 Kudos
Message 1 of 7
(4,350 Views)

Check : Common Plots—Provides options for the plot type. You can select a line, scatter, line and symbol, fill, comb, or bar plot type.
Ref: https://www.ni.com/docs/en-US/bundle/labview/page/customizing-an-analog-plot-using-the-plot-legend.h...
-Use Common plot as line and Point Style to dots

Thanks
uday
0 Kudos
Message 2 of 7
(4,341 Views)

you can build something like this with a Waveform Graph

 

 

0 Kudos
Message 3 of 7
(4,340 Views)

Thanks a lot for replying.

Where can I find the example you post in .png to open with labview?

Thanks a lot

0 Kudos
Message 4 of 7
(4,328 Views)
Solution
Accepted by A.Salcedo

I build it myself, you may use this snippet

custom-waveformgraph.png

Message 5 of 7
(4,308 Views)

Thanks a lot.

I have another question:

I would like to do the next.

When X coordinate is 100, then I would like to remove first point and introduce the new point in x=101.

Do you understand?

 

Thanks again.

0 Kudos
Message 6 of 7
(4,269 Views)

So you want a Chart with a buffer set to 100 ? 

Change the Waveform Graph to Waveform Chart. 

 

Or maybe a ringbuffer? 

http://search.ni.com/nisearch/app/main/p/bot/no/ap/global/lang/da/pg/1/q/ring%20buffer/

0 Kudos
Message 7 of 7
(4,258 Views)