Create an OPC UA server for pushing UI objects
Create an OPC UA server that pushes the UI objects from the Server project and populates the Client project with them.
- InProject view, right-click theOPC-UAfolder and select .
- InProperties, take a note of theEndpoint URLproperty value.NOTE: You need theEndpoint URLproperty value to configure the OPC UA Client later on.
- Next toNodes to publish, select .
- UnderConfiguration1, setPublish dynamic configurationtoTrue.
- UnderConfiguration1, next toNodes, select .
- UnderNodes, create a dynamic link betweenNode1and
- UnderConfiguration1, next toNodes, select .
- UnderNodes, create a dynamic link betweenNode2and .
- Next toUsers, select .
- SetUser1toAnonymous.
Provide Feedback