10-22-2024 04:52 PM
Looking at the cloneable example, I see there is a property node where it is accessing the private data of the module.
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.
Please help me understand what's going on. Thanks!
Solved! Go to Solution.
10-22-2024 05:09 PM
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.
10-22-2024 05:31 PM
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.