11-29-2006 11:54 PM
11-30-2006 12:40 AM
Use xy graph
as shown in attached pic
12-04-2006 07:42 AM
12-04-2006 07:56 AM - edited 12-04-2006 07:56 AM
Hi
Just extract one row to be the x-axis, a second row to be the y-axis, bundle it as in the online help of the XY-graph explained, wire it to the graph and that's it.
Thomas

Message Edited by becktho on 12-04-2006 02:56 PM
12-04-2006 09:11 AM
12-05-2006 12:30 AM - edited 12-05-2006 12:30 AM
Hi
You can resize the "Index Array" function, if you move the courser over the top or bottom edge.
In a 2D-Array you can then extract a single row, a single column or a single cell as you can see in the picture.

You did get a 2D-Array because you used the "Array Subset" function and this will always return an array with the same dimension number as the original one.
Hope this helps
Thomas
Message Edited by becktho on 12-05-2006 07:31 AM
12-11-2006 09:04 AM
Ok good, I used the array subet instead of the index array.
Now I can display the XY graph with azimuth and elevation values, is it possible through Labview to display for example this graph by affecting a color table for the elevation offset or azimuth offset. That is to say, we have a elevation offset for each calibration point, and we would like to display this offset closed to each point inside the graph, or affect a color to the point depending to the value of the offset just to visualize easily all the offset for each point.
Thanks in advance
12-11-2006 09:10 AM
I don't know if this is what you are looking for exactly, but maybe it helps you to get further.
Now you bundle the x and y-values to one single graph, which is displayed in the XY-graph. You could no make several graphs, as each graph can have a different color.
So for instance, you have one graph with elevation 0.05, another graph with elevation 0.1 and so on. For this you have to extract the correct value pairs from the arrays you use now to build the single graph.
Hope this helps a little bit.
12-11-2006 10:46 AM
12-12-2006 12:31 AM
Hm - maybe you misunderstood. With multiple graphs I meant different plots in one XY-graph.
As you can see in the attached picture, there are three plots in one graph.
Basically you have to say the vi, which color should be applied for which plot. If you want to use a colortable, you have to write the properties of the graph, but you have to know the corresponding plot. So if you want to change one plot's color, you have to specifiy its index in the graph and then set the color.