ss42203@appstate.edu (Archais) wrote in message news:<19b86d61.0407061130.6228ce27@posting.google.com>...
> I have data that I am graphing point by point on an XY Graph (Phase
> Angle vs. Frequency) as each point is acquired. I have the graph down
> packed, but I also want the actual XY data to display on a chart, or
> something I can scroll through. In other words, I want to be able to
> look at a data point on the graph and find the X and Y point on the
> Table. I have a cluster of data going into a XY Graph through a Chart
> Buffer. When I try to route that data to a table as well, I get a
> broken wire. I have tried unbundling the cluster and building it into
> an array and sending that into the table, but I still get a broken
> wire. All I want to do is d
isplay the data numerically beside the
> graph. I don't even need the table to display point for point. I
> just need it to display all the data when its finished collecting it.
Thanks ... This works when the Table is outside the For Loop for Data
collection, but come to find out, I need the Table within the loop so
that it Updates each time I get a point. I tried running the Array to
the Table, but I get a Dimension Conflict error saying I have two
arrays wired together, but the dimensions are not the same.