Configure OPC UA Client Connector
Last updated
Last updated
The OPC UA Client connector can be used to connect and communicate with any OPC UA server in your workflow.
Navigate to the Environment Tab within Novacura Flow Studio.
Navigate to the Connectors Menu Option
Click on the Add Button highlighted below.
Enter a connector Name for the OPC UA Client.
Select OPC UA Client from the Type field list.
Enter your OPC UA Server address. an example would be opc.tcp://opcua.demo-this.com:51210/UA/SampleServer
Choose either Yes or No for the Use Security field. If you choose Yes you will need to enter additional information like Identity, Application and Default Session
Press the Save button at the top right of the screen to save the connector configuration.
Below is an example of an OPC UA Client setup connecting to a demo OPC UA Server hosted in opc.tcp://opcua.demo-this.com:51210/UA/SampleServer. To read more about the demo OPC UA server please refer Github.