OPC UA Server Configuration
Within this configuration file, server settings for the OPC UA driver are configured.
File location
<WorkspaceDirectory>\ConfigFiles\xio.OPCUA.cfg
Parameter | Description | Scope | Unit | Default value |
---|---|---|---|---|
xio.OPCUA.Enabled | Enables/disables the OPC UA server interface. | true/false | none | false |
xio.OPCUA.LocalTCPPort | Port of the local OPC UA TCP transport binding. | 1 - 65535 | TCP port | 48400 |
xio.OPCUA.LocalHTTPPort | Port of the local OPC UA http transport binding. | 1 - 65535 | TCP port | 48401 |
xio.OPCUA.UseBmsAuthentication | Only available for BMS Platform: If enabled, the BMS user authentication module is also used for OPC UA | true/false | none | true |
xio.OPCUA.Username | If BMS authentication is not enabled or NETx MP Server is used, the user for connecting to OPC UA has to be specified here. As an alternative, anonymous access can be enabled. | string | none | none |
xio.OPCUA.Password | If BMS authentication is not enabled or NETx MP Server is used, the password for connecting to OPC UA has to be specified here. As an alternative, anonymous access can be enabled. | string | none | none |
xio.OPCUA.AnonAccess | If enabled, no user name / password has to be specified for connecting to OPC UA (not recommended). | true/false | none | false |
xio.OPCUA.ApplicationCertificateLifeTime | Certificate lifetime (in months) for newly created certificates. | 1 - 65535 | months | 120 |
xio.OPCUA.ApplicationCertificatePath | Path to the application certificate within the Windows certificate store. | LocalMachine\NETx BMS Platform | ||
xio.OPCUA.ApplicationCertificateSubjectName | Subject name of application certificate. | NETx BMS Platform UA Wrapper | ||
xio.OPCUA.TrustedPeerCertificatesPath | Path to trusted peer certificates within the Windows certificate store. | LocalMachine\NETx BMS Platform | ||
xio.OPCUA.TrustedIssuerCertificatesPath | Path to trusted issuer certificates within the Windows certificate store. | LocalMachine\NETx BMS Platform |