LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

orthonormal scale

Solved!
Go to solution

Hi,

 

I've got a problem with plotting data with Labview. I am plotting Nyquist charts, but I was not very happy of the nyquist vi on labVIEW. Therefore, I was wondering how to plot the two axis in orthonormal scale (as shown on the picture). It is not something labview does automatically, and it is rather annoying, and therefore I was wondering whether one of you might have a suggestion for this.

 

Let me know

 

Kentmey

 

 

Kentmey
0 Kudos
Message 1 of 29
(3,677 Views)

I am not aware of a nyquest.vi in plain LabVIEW. Are you talking about a toolkit?

 

I am not sure what is specifically important to you in the picture you are showing, but a plain XY graph can probably do that. You can add lines, text, decorations, etc. using the "Plot images" properties. (example)

0 Kudos
Message 2 of 29
(3,656 Views)
Well, my point on the picture was that the lenght between 0 and 1 is the same on the x and y axis, something that is not done automatically when plotting data with labview.

Does it make it more clear now? this is called orthonormal scale.

Kentmey
Kentmey
0 Kudos
Message 3 of 29
(3,644 Views)

Well, you should (1) turn off autoscaling, (2) right-click...advanced... disable "autoadjust scales", then (3) size the graph area with equal number of pixels in each dimension.

0 Kudos
Message 4 of 29
(3,637 Views)

Kentmey,

 

You can use property nodes to set the plot area, the scales, and other plot parameters as well as the plane type (to set it to Nyquist).  I suspect that this is new enough and a relatively low percentage of users of XY Graphs that NI decided not to tie several properties together when you select the Nyquist plane or any of the other specialty graphs.

 

I suggest you customize a graph to get all the parameters set the way you want and make a strict typedef.  Then use that whenever you want a Nyquist plot.

 

Lynn

0 Kudos
Message 5 of 29
(3,634 Views)

@johnsold wrote:

Kentmey,

 

You can use property nodes to set the plot area, the scales, and other plot parameters as well as the plane type (to set it to Nyquist).  I suspect that this is new enough and a relatively low percentage of users of XY Graphs that NI decided not to tie several properties together when you select the Nyquist plane or any of the other specialty graphs.

 

I suggest you customize a graph to get all the parameters set the way you want and make a strict typedef.  Then use that whenever you want a Nyquist plot.

 

Lynn


Untitled.png

 

--
Tim Elsey
Certified LabVIEW Architect
0 Kudos
Message 6 of 29
(3,630 Views)