09-02-2014 09:37 AM
I will use the XY-Graph to Display one X and 3 Y Axes. Like this: http://www.eng.auburn.edu/~niuguof/2210labdev/html/_images/bjt-iv.png
how can i do it?
I tried the Waveform Chart but in dont have an X Axes.
And i have an for loop where i generate data.
Can i Plot the Data while the for Loop is running?
If i use XY Graph i must wait before the Loop is over and then the Data will be plotted.
Solved! Go to Solution.
09-02-2014 09:51 AM
Hi nkritsch,
do you really need 3 Y axes? Or do you want to have 3 plots in your graph? Your example picture only shows a graph with one Y axis and showing 5 plots…
- Use a graph rather than a chart. Graphs offer much more possibilities!
- Each chart/graph has a X axis, so please describe your problem more detailed!
- You can plot data while the loop is running. THINK DATAFLOW: the indicator has to be in the loop then…
- The same applies to a XY graph: it also can show data while the loop is running. THINK DATAFLOW…
09-02-2014 09:59 AM
thanks,
i need to have 3 plots in my graph with the same X Axe. Like in the example.
i tried using an XY-Graph (Labview 2012)
thanks for the Dataflow....dont thought about it
09-02-2014 10:01 AM
You seem to be confused.
To graph multiple plots on a plain waveform graph, you need a 2D array with one row per plot. You also need to adjust x0 and dx for the x-axis corresponding to the actual x-axis scaling.
09-02-2014 10:06 AM
09-02-2014 10:12 AM
yes i have irregular Intervals so i need the XY Graph (which i use)
But i will doing the "same" like in the picture.
I Start on a Voltage...get the 3/5 Current Values then i go to the next voltage step and so on.
It can be only build by an XY Graph.
So i want get multi Plots in 1 Graph.
09-02-2014 10:17 AM - edited 09-02-2014 10:17 AM
09-02-2014 10:19 AM
09-02-2014 10:24 AM
ah ok when i found an example thanks.
i will build somethink little different so the Voltage wont be the Same
09-02-2014 10:28 AM - edited 09-02-2014 10:30 AM
Hi Dennis,
in the picture attached to the first post the voltage is measured with atleast 5 digits (as displayed below graph). So the voltages between the points of those plots may differ in the µV-range. A XY graph would be fine then…