OPC UA server
Publishes nodes of the information model for the OPC UA client project.
Properties
Name | BrowseName | DataType | Description |
---|---|---|---|
Endpoint URL | EndpointURL | Communications protocol and network address of the endpoint on the server. | |
Sampling interval | SamplingInterval | Time interval between successive readings of the field variables by the server. | |
Maximum number of connections | MaxNumberOfConnections | Maximum number of OPC UA clients that can connect to the OPC UA server. | |
Minimum message security mode | MinimumMessageSecurityMode | Minimum security level for messages exchanged between client and server. None = the messages can be unsigned and unencrypted; Signature = the messages must be signed or signed and encrypted; Signature and encryption = the messages must be signed and encrypted. | |
Minimum security policy | MinimumSecurityPolicy | Minimum security level for messages exchanged between client and server. None = the client does not require any specific security policy; Basic256Sha256 = this policy or more secure; Aes128_Sha256_RsaOaep = this policy or more secure; Aes256_Sha256_RsaPss = this policy. | |
Server certificate file | ServerCertificateFile | Server public certificate file, according to standard X509v3 and with .der extension. It must be found in the FTOptixApplication/ProjectFiles/PKI/Own/Certs folder. If specified, the private key must also be specified. If not specified, it is automatically generated at runtime in the FTOptixApplication/ApplicationFiles/PKI/Own/Certs folder. | |
Server private key file | ServerPrivateKeyFile | Server private key file, with ASCII Base64 encoding and .pem extension. It must be found in the FTOptixApplication/ProjectFiles/PKI/Own/Certs folder. If specified, the certificate must also be specified. If not specified, it is automatically generated at runtime in the FTOptixApplication/ApplicationFiles/PKI/Own/Certs folder. | |
Nodes to publish | NodesToPublish | Configuration of the nodes to be published and the users to publish them to. |
Provide Feedback