LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to create an XY Graph in LabVIEW

When you hover over the XY Graph indicator on the block diagram when the "Context Help" is enabled (Hint: it's the "?" on the top-right of your block diagram or front panel window) you will see that you can create 2 types of XY graph: 1) A single XY graph from a cluster of two data arrays - the X axis and the Y axis. 2) You can create multiple XY plots from an array of #1.

0 Kudos
Message 1 of 7
(218 Views)

Is this a question?

Rolf Kalbermatter
My Blog
0 Kudos
Message 2 of 7
(200 Views)

LVNinja_0-1728479623142.png

 

Message 3 of 7
(156 Views)

ciao, puoi spiegarmi come hai fatto a far comparire la retta? io ho un grafico xy che legge dei valori in tempo reale per entrambi gli assi, solo che mi mostra un punto che si muove nel tempo.
l'asse x ha voc, asse y soc,

simo99_0-1728574529264.png

 

0 Kudos
Message 4 of 7
(114 Views)

you have to build an array , add every new point into the existing array, and plot this two arrays as xy, this way the graph will be "building up" 

if you plot just the latest data pair, the graph will be a jumping point in time. 

Just change the wiring, the wire  into the XY plot, wire them into the shift register, this way, at every iteration, the plot will contain all the previous points plus the new point. 

 

LVNinja_0-1728598579214.png

 

0 Kudos
Message 5 of 7
(98 Views)

Botted from this? 

How to create an XY Graph in LabVIEW : r/LabVIEW (reddit.com)

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 6 of 7
(58 Views)

Probably so. The user has been banned but I am leaving this for the responses.

Product Manager
Customer Learning, Community, Online Documentation, and Support
0 Kudos
Message 7 of 7
(20 Views)