LabVIEWForum.de - Manipulieren des Autoscales bei XY-Graphen

LabVIEWForum.de

Normale Version: Manipulieren des Autoscales bei XY-Graphen
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Hallo liebe Lab Viewer,

Das Autoscale des XY - Graphen legt mir den minimalen und maximalen Wert im Graphen fest.
Nun möchte ich aber zu dem maximalen und minimalen Wert eine Zahl dazu addieren bzw. subtrahieren.

Der Grund ist das ich bei verrauschten Signalen beim Autoscale lediglich das Rauschen sehe.....aber nicht mehr den grundsätzlichen Kurvenverlauf.

Bsp.:

Ich habe 100 Werte mit dem Mittelwert 50 +- 5....so scaliert mir das Autoscale von 45 - 55 den Graphen. Ich würde aber lieber den Graphen z.b. von 0 - 100 scalieren.

leider kann ich die Scalierung nicht grundsätzlich festlegen da bei jeder Messung andere Mittelwerte enstehen. Einer könnte bei 50 sein....ein anderer bei 500.

Ich möchte nun den Graphen (Y- Achse) z.b grundsätzlich 10 % größer scalieren als es das Autoscale tut.

Ich hoffe ihr versteht was ich meine und könnt mir weiterhelfen.

Gruß

Citlab
Ich hoffe dass ich deinen Probleme richtig versteht.

You don't need autoscale, instead you can create the graph property node->Y Scale->Range->Maximum and Minimum, by change these two property values of graph, you can set your graph scale to any range. Because as you said each time your measurement values change, so you need to find out the maximum value of your measurement data, then multiple with 110%, and this value you can use to set the graph maximum scale. Same thing with the minimum scale of graph.

I hope this will help.
Irene
Thank you very much....

this helps me :-)

Now I am the Master of XY- Graphs :-))

Hope i will be able to help you one day.

Citlab
Citlab schrieb:Thank you very much....

this helps me :-)

Now I am the Master of XY- Graphs :-))

Hope i will be able to help you one day.

Citlab

Glad it's helpful. No problem.Smile
Referenz-URLs