03-07-2012 07:54 PM
I use a 3D Plot to show a surface illustrating data for my scientist users. My users are asking me for a way to set the scales for these plots. The way you could, by simply editing the range limits on any normal type of LabVIEW graph. I see properties available on the property nodes such as, (Active Axis), Range Auto Scale, Range Minimum, and Range Maximum, that look like they should do the job. But in fact, reading these properties gets me numbers that have little or nothing to do with the numbers I see on the actual plot axes, and writing them does absolutely nothing.
A second problem: if I go into 3D Plot Properties to manipulate the graph at edit time, I find that I cannot change out of the Graph panel. Clicking or double-clicking on one of the other panel names does nothing. This has not always been true for me, but I seem to be stuck with it now.
Is this graph type just plain BROKEN? Abandoned from effective maintenance? Or am I missing a tool that would actually work for me?
Thanks,
Ken
03-07-2012 08:53 PM - edited 03-07-2012 08:54 PM
Hi Ken,
You can set the scale either by VI server or property dialog. Make sure you turn off the RangeAutoScale, otherwise it adjusts the scale by input data.
To your second problem, this post might help you, http://forums.ni.com/t5/LabVIEW/3D-graph-plot-properties-cannot-be-changed/td-p/1100307
Thanks,