Data Access Client Overview

A light-weight OPC UA DA Client that provides minimal capabilities and merely demonstrates the simple data-acquisition from an OPC UA DA Server.

User Interface

image81.gif

Screen Elements

Menus

  • File

    • Exit: Quit the application

  • Server:

    • Discover: Invokes the "Discover Servers" dialog.

    • Connect: Connects to the selected endpoint. The same as the "Connect" button.

    • Disconnect: Disconnects a current connection.

    • Select Locale: Opens the "Select Locale" dialog where you can choose "US-EN".

    • Set User: not implemented.

  • View: not implemented

  • Monitored Items:

    • Load: not implemented

    • Save: not implemented

  • Help:

    • Contents: Launches this help file.

Banner

Shows the OPC Foundation logo and a [clickable] link to the website, shows the application name in large text, and shows the Certification logo with a link for more information online.

Endpoint Bar (below banner)

image38.gif

There are 3 key areas in the endpoint bar:

  • Endpoint Url: the endpoint URL (of a Server) to connect to.

  • Use Security: (checkbox) if checked will use a secure session, if unchecked then will use a raw/insecure session.

  • Connect button: clicking this will attempt to connect to the specified endpoint.

Address Space Navigation (left)

A simple node browser that allows you to navigate the UA Server's address space, behaving much like a file and folder browser (such as Windows Explorer):

image37.gif

A context menu for this control exists and is described below.

Data Value Display (right)

A simple display of the attributes for the currently selected Node (in the address space navigation):

image39.gif

Event Notifications (bottom)

A simple log output of events that received by the client:

image40.gif

A context-sensitive menu exists for this control and is described below.

Address Space Navigation Context Menu

image82.gif

Monitor

Adds the selected item to the current subscription. The subscription is created automatically. The item's changes are shown in the "Event Notifications" area.

Write

image83.gif

Specify a new value and press OK.

Read History...

The "Read History" option will only work when the selected node is historizing.

Event Notifications Context Menu

image84.gif

Delete

Remove the currently selected node(s) from the subscription.

Write

image83.gif

Specify a new value and press OK.

Monitoring Mode

Three options exist to control the sampling mode of the currently selected node(s):

These options are described in UA Specifications Part 4 - Services.

Sampling Interval

Four options are available enabling you to specify the sampling interval for the currently selected node(s):

Deadband

Three options exist here:

Absolute deadband is described in UA Specifications Part 4 - Services.

Percent deadband is described in UA Specifications Part 8 - Data Access.