02-22-2008 03:08 PM
02-22-2008 03:17 PM
Hello,
Sorry, I posted the message before I finished.
I have created 2 XY graphs using the build XY graph function. I want to put both of these on the same graph. I have tried to make an array of the 2 graphs, but the XY graph doesn't accept 2D data. I got everything as 1D array of 2 elements, but they still wouldn't connect.
I am not very familiar with clusters and arrays, so I am probably doing something wrong.
Thanks for the help.
Thanks
ckeller
02-22-2008 04:10 PM
02-22-2008 04:15 PM
Hello USChris,
Multiple x-y plots are added to an XYGraph component by creating an array of x-y arrays pairs that have been bundled into a cluster. Use the Bundle.vi to combine X and Y data arrays into a cluster. (Use one Bundle.vi for each X Y data array pair). On the array pallet, use the Build Array.vi to create an array of these XY data clusters. This can be wired directly into an XYGraph component. (see picture)
-cb
02-22-2008 07:05 PM