OPC UA server

Publishes nodes of the information model for the OPC UA client project

BrowseName
OPCUAServer
SuperType
Object(BaseObjectType)

Properties

Name BrowseName DataType Description
Endpoint URL EndpointURL ResourceUri Communications protocol and network address of the endpoint on the server
Sampling interval SamplingInterval Duration Time interval between successive readings of the field variables by the server
Maximum number of connections MaxNumberOfConnections UInt32 Maximum number of OPC UA clients that can connect to the OPC UA server
Minimum message security mode MinimumMessageSecurityMode Message security mode 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 Security policy 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 ResourceUri 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 ResourceUri 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
Product URI ProductURI String URI that globally identifies the software
Product name ProductName String Name of the software
Manufacturer name ManufacturerName String Name of the software manufacturer
Max array length MaxArrayLength Int32 Maximum accepted number of elements in an array
Use node path in NodeIds UseNodePathInNodeIds Boolean If enabled, the server publishes NodeIds with the node path inside
Nodes to publish NodesToPublish Configuration Configuration of the nodes to be published and the users to publish them to