Skip to main content
Version: 7.9

Connections - OPC-UA Server

OPC-UA Server

The OPC-UA Server page contains a list of all the OPC Tags configured within Ignition. Opening the page shows a list of OPC Server sessions. Hitting the Details button on one of the sessions will bring up a new page with the number of subscriptions that server has with their scan rate, and how many Tags are monitored in that subscription at the specified rate.

Connections List with OPCUA

OPC-UA Server Page

The main OPC-UA Server page contains basic information for all OPC-UA servers the Ignition system has access to.

AttributesDescription
IdThe id of the OPC-UA Server.
NameThe name of the OPC-UA Server.
UserThe user that is used to authenticate the connection to the server.
Remote AddressThe remote address of the server (127.0.0.1 is a local connection).
SubscriptionsThe total number of subscriptions or scan classes for this server.
Last ActivityThe last time the server had activity.

Connections OPCUA Page

OPC-UA Server Details

Clicking on the Details button to the right of an OPC-UA server brings up more detailed information for that particular server. It will list out all of the subscriptions to that server with the publish rate, as well as the number of items within that subscription.

| Attributes | Description | | Id | The Id of the scan class. | | Publishing Interval | The rate at which the subscription publishes. | | Data Change Notifications | The number of data changes that have happened for that subscription. | | Keep Alive Notifications | The number of keep alive notifications that subscription has done. | | Monitored Items | The number of items that are within that subscription. |

Connections OPCUA Details

OPC-UA Server Subscription Details

Clicking the Details button for one of the subscriptions will bring up the list of subscribed OPC items.

AttributesDescription
Monitored ItemsThe number of items that are within that subscription.
Data Change PublishesThe number of data changes that have happened for that subscription.
Keep Alive PublishesThe number of keep alive notifications that subscription has done.
Node IdThe OPC item path.
Subscription Publishing Interval
(formerly Subscription Rate)
The rate of the subscription that the client requested.
Item Sampling Interval
(formerly Revised Rate)
The revised ate the OPC server opted to use, as opposed to the requested rate (the Subscription Publishing Interval).
Node ClassThe Node Class of a Node such as Object, Variable, or Method.
Data TypeThe data type of the item.