LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Panel to plot Impedance Trajectory along with Quadrilateral Characteristics

Dear friends,

 

I have to plot a set of three polygons for one time and plot a continuous X-Y data in X-Y graph. The three polygons should be there along with the axis and the continuous X-Y data has to be plotted with the past points also present.

 

The continuous X-Y data will be fed from external hardware.

 

Please suggest a way.

0 Kudos
Message 1 of 2
(952 Views)

Plot your XY-graph with 4 plots, one for each of the polygons and one for the continuous data.

Store the "previous data" in a shift register, and use something like Build Array to append new samples to the continuous data plot. Don't update the polygons.

 

The help states:

The XY graph accepts three data types for displaying multiple plots. The XY graph accepts an array of plots, where a plot is a cluster that contains an x array and a y array.

The XY graph also accepts an array of clusters of plots, where a plot is an array of points. A point is a cluster that contains an x value and a y value. The XY graph also accepts an array of clusters of plots, where a plot is an array of complex data, in which the real part is plotted on the x-axis and the imaginary part is plotted on the y-axis.

 

Here's an example:

Example_VI.png


GCentral
0 Kudos
Message 2 of 2
(916 Views)