The reference to a VI's front panel that a property node for a front panel object requires is unique to a given VI. Thus, when this property node is copied to a new VI, the reference disappears. This causes the behavior noted above, where the property node requests a new reference to a front panel after being copied into a new VI.
You can create a property node for your front panel using one of the below methods:
- Right-click on the scrollbar on the window of your VI's front panel, and select Create->Property Node-><the property you want to get a reference to>. This will create a property node, shown below, with an implicit tie to your front panel that you can place on your block diagram to get the information you're looking for.
- Right-click on the scrollbar on the window of your VI's front panel, and select Create->Reference. This will create a reference constant to your front panel on your block diagram. From here, you can right-click on the reference output from this control and select Create->Property for <Name of Class> Class-><the property you want to get a reference to>.
The above strategies also work for
Invoke Nodes referencing a VI's front panel.