04-23-2009 02:02 PM
04-23-2009 03:11 PM - edited 04-23-2009 03:11 PM
What is your LabVIEW version? (things are a bit different in 8.6).
Basically, you create multiple instances of the VI that gets placed automatically when you drop the 3D graph and then wire a different number to the plot ID at the bottom.
You define all the plots (color, style) via the properties dialog.
Have a look at my example posted here. One plot is "blue dots" and one is a "shaded surface". See how far you get. 😉
04-23-2009 03:40 PM
04-23-2009 04:19 PM
Yes, it's about the same just the icons have changed.
Just try it! 🙂
(8.6 uses native 3D graphs while older versions were activex based).
04-24-2009 05:25 PM
I still need to verify a few more things but looks like it works. Thanks!
While I work with your example, I realized the cursor does not show the exact values of the point data in your 3d graph. The cursors were set at "Snap To Plot" and "Plot-1" (which should be the data point plot) in the Properties. The same thing happened in my vi with different set of data too.
Shouldn't the cursor show the values of the raw data points when I snap to plot? It is not a big deal as long as the data points are used for fitting the points although the cursor can not pick the exact data points and show some values close to the raw data. But I was not sure whether this was caused by other errors.
Please let me know if you know why.
Thanks again.