Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

The NETx Servers provide a standardized OPC UA (Unified Architecture) interface. OPC UA is one of the most important communication protocols for Industry and the IoT.

OPC UA installation

The OPC UA extension is available through the Extension Manager. When the server is stopped, the Extension Manager can be started from the studio menu Extensions / Manager / Start extension manager...

  1. Open the Extension Manager on the PC where you have the Internet connection.


  2. Navigate to the "Not installed" tab. Select the "OPC UA". Afterwards, press the "Install" button,



  3. After a successful installation the following confirmation dialog appears.

    image2018-8-29_12-51-29.png

Finally, close the studio and reopen it again. This is required before the extension can be used.

OPC UA as Server

After having installed the OPC UA extension, some basic settings have to be done. To do so, start the studio and open the menu entry Modules/ OPC UA/ OPC UA server configuration...

First of all, the OPC UA driver has to be enabled (option "Enable OPC UA"). (more information about the remaining configuration options can be found in the reference manual). After having changed the required settings, the server must be restarted.

After the server restart, the Server Items of the NETx Server will available through OPC UA. To connect from an OPC UA client, the OPC UA connection URL for the NETx Server has to be entered. These server URLs can be found within the System Log Messages after server startup. Open the system log file and search for the following entries:

Plugin.OPCUA The following Endpoint URLs are available:
Plugin.OPCUA opc.tcp://<host name>:48400/UA/NETxBMSPlatform Security: http://opcfoundation.org/UA/SecurityPolicy#None
Plugin.OPCUA opc.tcp://<host name>:48400/UA/NETxBMSPlatform Security: http://opcfoundation.org/UA/SecurityPolicy#Basic256Sha256
Plugin.OPCUA opc.tcp://<host name>:48400/UA/NETxBMSPlatform Security: http://opcfoundation.org/UA/SecurityPolicy#Basic256Sha256
Plugin.OPCUA https://<host name>:48401/UA/NETxBMSPlatform/ Security: http://opcfoundation.org/UA/SecurityPolicy#Basic256Sha256
Plugin.OPCUA OPC UA started

Using these URLs, you can connect from any OPC UA client to our NETx Server.

For troubleshooting, the log level of the OPC UA driver can be increased. The corresponding log entries are stored in a separate log file (<WorkspaceDirectory>\LogFiles\xio.OpcUa.log). More information about the configuration can be found in the OPC UA driver configuration.


Article applies to the following products:

  • NETx BMS Platform
  • NETx Multi Protocol Server
  • NETx BMS Server 2.0


  • No labels