From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

XY funktions Graph

Solved!
Go to solution

Gibt es eine Möglichkeit eine XY funktion in einem Graph abzubilden.

X-Achse float und Y-Achse float.

 

Danke für Eure Antwort!

 

0 Kudos
Message 1 of 4
(2,815 Views)

What is a floating axis? Or do you refer to the data type?

 

Of course it is possible to have a xy graph, see the example graph.cws

0 Kudos
Message 2 of 4
(2,811 Views)

Danke für Deine Antwort!

Aber ich möchte einen Graph erzeugen der eine z.B. I (U) Funktion erzeugt ( X(Y)Kennlinie ).

 

X und Y sollten mit Datentype float oder Double funktionieren.

0 Kudos
Message 3 of 4
(2,804 Views)
Solution
Accepted by topic author sooosooo

Aber ich möchte einen Graph erzeugen der eine z.B. I (U) Funktion erzeugt ( X(Y)Kennlinie ).

 

Hm, I don't seem to understand the question/problem: what is wrong using the function PlotXY: It plots an array of x values against an array of y values on a graph control. Now, if you want to plot x(y) instead of y(x) you simply exchange the arrays...?

 

0 Kudos
Message 4 of 4
(2,801 Views)