Hi Jennifer,
It sounds like you are trying to build a scatter graph of points defined by
multiple x,y coordinate sets. If that is so, why not use an X/Y Graph
instead? Simply take each x,y pairs, bundle them into a cluster, make an
array of the clusters and feed it to the XY Graph. Change the plot type
(right click on the "Plot 0" indicator at the upper right of the graph) and
from "Common Plots" choose the plot without connecting lines.
Hope this helps...
Jim
"Jennifer Elaine Crozier" wrote in message
news:3BDDA267.6FE9CAC9@kahuna.sdsu.edu...
> Hello all...
>
> I am trying to create a labview VI that reads the xy corrdinates of
> single point.
>
> The VI enters a main loop and constantly reads the coordinats and
> displays the
> xy coordinates of the point.
>
> I tried doing this by kludging and now I feel I am in a trap.
> Maybe there is a better way.
>
> For now...
>
> I read the x, y position.
> I create a 1 D array for the y-value
> I create a bundle of:
> x value
> hardwire of a 0
> the y value
>
> and wire this bundle into the waveform graph.
>
> All is fine.
>
> But now I have to wire several points onto the waveform graph.
>
> But this is no longer working.
>
> Can someone advise me what to do?
>
> thanks
> jennifer.
>
>
>
>