LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why can't I see all the CWGraph3D properties with property nodes?

After placing a CWGraph3d object on the front panel, I can see its properties on a property page from the front panel, but I can't access them from property nodes on the block diagram?
0 Kudos
Message 1 of 5
(2,878 Views)

Have you tried connecting a property node to the wire coming from the activeX container terminal?

 

Message Edited by altenbach on 03-13-2009 10:27 PM
0 Kudos
Message 2 of 5
(2,875 Views)
The fundamental reason for this is that the control is actually an ActiveX control, not a native LabVIEW control. If you want to access the properties from the front panel right-click on the control and select "Property Browser". From the block diagram you simply do what altenbach indicated.
0 Kudos
Message 3 of 5
(2,850 Views)
Yes, but then when I right click on the property node and select Property, the only parameter under axes is count.  Similarly, I only have the count variable under plots.  I can only access the broad set of properties via the property page accessed from the front panel object's right click cwgraph3d/properties...  option.  The property browser accessed from the front panel also only shows a limited set and its set is not exactly the same as those accessed from the property nodes.  For example, "axes" is missing from the property browser but appears in the property nodes.  I did a regsvr32 cw3dgrph.ocs on version 8.1.11.378 and got a succeeded message.  As another aside is that the latest version?
0 Kudos
Message 4 of 5
(2,841 Views)
I found my error.  I have to also use the invoke node not just the property node.  Doh!
0 Kudos
Message 5 of 5
(2,831 Views)