LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

RPM labels every 100 rpm on xy graph

I found an example that labels every point on a plot.  Since there are 360 points on my plot, it would be confusing, so I want to limit it to 36 labels.  The key appears to be the use of the annotation list.  Also, since there is no cursor in the polar plot vi, I’m using this method.  Anyone out there successfully plot a polar plot (NyQuist Plot), using a XY graph?

The data includes magnitude and phase readings.  There is also an RPM column in the data file.

thanks in advance.

 

0 Kudos
Message 1 of 5
(1,514 Views)

Why not use two plots: One with all the n points  and interpolation (?) colored .

a second plot with a decimated number of your first plot and all points labeled and only show the point , no interpolation.

 

Decimation by m or exactly the frequencies you defined ...

 

Greetings from Germany
Henrik

LV since v3.1

“ground” is a convenient fantasy

'˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'


0 Kudos
Message 2 of 5
(1,449 Views)

Before I drive myself crazy, is this even possible?  I have a txt data file up of three columns, Revolutions per minute, Magnitude in Mils, and Phase in degrees. The data plots perfectly using the Polar Plot vi.  I have tried to add the RP to the 'Magnitude and Phase' input array but the 'Autoscale Polar as Needed.vi' input data array grayed out.  I think this is my problem.  It won't let me add the RPM array to it.  Do I need to do something to the vi so I can edit it?  If not, I don't have a problem with bringing the RPM into the Polar Plot vi without taking that data through the Autoscale vi, since that is only required to scale the data to the graph.  The RPM will be used to plot text along the graph at various locations.  Any help is greatly appreciated.

Ron

Download All
0 Kudos
Message 3 of 5
(1,446 Views)

Henrik,

Good Day!  Yes, I am open to all ways to get this done.  I am attempting to do this on the 'nasty' Polar Plot.vi, so I know I have my work cut out for me.  I have successfully grown the input data array to include RPM, so I'm on my way!

 

0 Kudos
Message 4 of 5
(1,436 Views)

Found some errors in my vi.  Here is the fixed version.

 

0 Kudos
Message 5 of 5
(1,427 Views)