OPC UA Server
The OPC UA Server Device Driver allows Iotellect context variables, functions, and events to be exposed as OPC UA tags.
Driver Information
Driver Plugin ID: | com.tibbo.linkserver.plugin.device.opcua-server |
Global Settings
None defined.
User Level Settings
None defined.
Device Account Properties
Connection Properties
The following properties define how OPC UA clients are able to connect to the OPC UA server:
Property | Description |
Bind Address | The IP address to which the OPC UA Server should bind. A value of |
Bind Port | The TCP port on which the OPC UA Server should listen for connections. |
URL Path | An optional path segment to be appended to the server's URL. |
Security Policies | List of security policies that are allowed to be used by clients when connecting to the server. Each policy has the following fields:
|
Anonymous Authentication | No authentication is required. This allows any client to connect without providing credentials. Typically used for testing or in trusted environments. |
Allow Username/Password Authentication | Clients must provide a valid username and password to authenticate. |
Certificate Trust Policy | Defines how to verify certificates provided via an SSL/TLS connection. |
Certificate | Alias of an SSL/TLS certificate to use for authentication. The certificate with that alias must exist in the Client Certificate storage of the Iotellect server. |
Mapping Rules
Defines how Iotellect contexts are translated into the OPC UA address space, and which contexts, variables, functions, and events are accessible to OPC UA clients.
Field | Description |
---|---|
Context Mask | A mask or a specific context path to include in the OPC UA address space. Use |
Folder Node Path | The path within the OPC UA address space where the nodes for this context should be created. If empty, the path will be derived from the Iotellect context path. |
Variables | A list of variables to include from the specified context. Each entry has the following fields:
|
Functions | A list of function names to expose from the specified context. Use
|
Events | A list of event names to expose from the specified context. Use
|
Limits
The following properties define various operational boundaries for the OPC UA server.
Property | Description |
Max Session Count | The maximum number of concurrent client sessions allowed by the server. |
Max Session Timeout | The maximum duration (in milliseconds) an inactive session can remain open before the server automatically closes it. |
Min Publishing Interval | The shortest allowed interval (in milliseconds) at which the server can publish data changes to subscribed clients. |
Max Publishing Interval | The longest allowed interval (in milliseconds) at which the server can publish data changes. |
Default Publishing Interval | The default interval (in milliseconds) at which the server will publish data if a client does not specify a different interval. |
Min Subscription Lifetime | The shortest allowed duration (in milliseconds) for a subscription. |
Max Subscription Lifetime | The longest allowed duration (in milliseconds) for a subscription. |
Max Subscriptions | The maximum number of subscriptions allowed across all client sessions. |
Max Subscriptions Per Session | The maximum number of subscriptions allowed within a single client session. |
Max Password Length | The maximum allowed length for client passwords. |
Max Monitored Items | The maximum number of monitored items (tags) allowed across all subscriptions. |
Max Monitored Items Per Session | The maximum number of monitored items allowed within a single client session. |
Min Supported Sample Rate | The fastest sampling rate (in milliseconds) supported by the server. |
Max Supported Sample Rate | The slowest sampling rate (in milliseconds) supported by the server. |
Max Array Length | The maximum number of elements allowed in an array value. |
Max String Length | The maximum length of a string value. |
Max Byte String Length | The maximum length of a byte string value. |
Max Browse Continuation Points | The maximum number of browse continuation points the server can maintain. |
Max Query Continuation Point | The maximum number of query continuation points the server can maintain. |
Max History Continuation Points | The maximum number of history continuation points the server can maintain. |
Max Nodes Per Read | The maximum number of nodes that can be read in a single read operation. |
Max Nodes Per Write | The maximum number of nodes that can be written in a single write operation. |
Max Monitored Items Per Call | The maximum number of Monitored Items that can be created, modified or deleted in a single service call. |
Max Nodes Per Register Nodes | The maximum number of nodes that can be registered in a single register nodes operation. |
Max Nodes Per History Read Data | The maximum number of nodes that can be read from history for data in a single operation. |
Max Nodes Per History Read Events | The maximum number of nodes that can be read from history for events in a single operation. |
Max Nodes Per History Update Data | The maximum number of nodes for which data can be updated in history in a single operation. |
Max Nodes Per History Update Events | The maximum number of nodes for which events can be updated in history in a single operation. |
Max Nodes Per Method Call | The maximum number of methods that can be called in a single method call operation. |
Max Nodes Per Browse | The maximum number of nodes that can be browsed in a single browse operation. |
Max Nodes Per Translate Browse Paths To Node Id | The maximum number of browse paths that can be translated to node IDs in a single operation. |
Max Nodes Per Node Management | The maximum number of nodes that can be managed (added/deleted) in a single node management operation. |
Device Objects
Displays a list of the context variables, events, and functions exposed by this OPC UA Server instance.
Device Assets
Assets are not supported by the driver.
Device Settings
OPC UA Server device driver creates one Device setting variable per device object.
Device Operations
No operations provided by the driver.
Device Events
No events provided by the driver.
Connection Handling
This driver indicates the device as Online if the TCP port is successfully opened and listening for connections.
Synchronization Details
No operations provided by the driver.
Was this page helpful?