DQMH Consortium Toolkits Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Property node access to Module Admin class private data?

Solved!
Go to solution

Looking at the cloneable example, I see there is a property node where it is accessing the private data of the module.

shuttlefan_0-1729632930869.png


I don't see how this property node is created as it's not an option when I try.

Hovering over it, it says it's Delacor_lib_QMH_Cloneable Module Admin.lvclass

also, the property node when I try to make it doesn't look like the default one.

 

 

shuttlefan_1-1729633019642.jpeg

 

Please help me understand what's going on.  Thanks!

0 Kudos
Message 1 of 3
(206 Views)
Solution
Accepted by topic author shuttlefan

You're trying to create a property node from a control terminal, which is going to list all the properties of the Control class.

 

The easiest thing to do would be to drop a Property Node from Quick Drop/palettes and wire it to the Cloneable Module Admin class wire.

Message 2 of 3
(197 Views)

Interesting...that worked.  

So regardless if I create the property node via the front panel or block diagram, it's always referring to the control.

 

Now I see it under Programming->Application control to get to that property node.

 

 

 

0 Kudos
Message 3 of 3
(184 Views)