Class Properties.ProjectSettings.OpcUa
Contains constants related to OPC UA server properties.
public static class Properties.ProjectSettings.OpcUa
- Inheritance
-
Properties.ProjectSettings.OpcUa
- Inherited Members
Fields
- AllowAnonymousLogin
Allow anonymous login by OPC UA client connections.
- Enable
Enable or disable the OPC UA server interface to accept client connections.
- EnableDiagnostics
Enable or disable OPC UA diagnostics data to be logged.
- MaxConnections
The number of simultaneous OPC UA client connections allowed by the server.
- MaxDataQueueSize
Maximum number of data change notifications queued per monitored item by server.
- MaxNotificationPerPublish
Maximum number of notifications the server sends per publish.
- MaxRetransmitQueueSize
Maximum number of notifications in the republish queue the server allows per subscription.
- MaxSessionTimeoutSec
Maximum session timeout period, in seconds, that OPC UA client is allowed to specify.
- MinSessionTimeoutSec
Minimum session timeout period, in seconds, that OPC UA client is allowed to specify.
- ShowHintsOnBrowse
Return device addressing hints when a OPC UA client browses the server address space.
- ShowTagPropertiesOnBrowse
Return tag properties when a OPC UA client browses the server address space.
- TagCacheTimeoutSec
Timeout for OPC UA clients that perform reads/writes on unregistered tags.