Click or drag to resize

Sample Solution

Home
Introduction

This section contains information about the OPC UA Address Space Model Designer sample solution that illustrates the structure and techniques used for designing models and defining bindings between model nodes and real-time process data.

Locating Sample Files

By default, the sample solution is installed with software. This solution contains a project of a boiler model. This model is described in the Boiler Model topic.

The default location for the sample solution is the following directory:

"%USERPROFILE%\My Documents\UAAddressSpaceModelDesigner\Sample"

"%USERPROFILE%" variable represents the location of the profile for the current user. The default location of the "%USERPROFILE%" is C:\Documents and Settings\<username>.

Note Note
this directory name is different in other than English versions of MS Windows and if the user moves his/her “My Document” directory to other than default location.

The files of the sample solution are listed in the following table.

File

Content

BoilerExampleSolution.uamdsl

OPC UA Address Space Model Designer solution. This file contains the configuration of the sample solution and references to other files that are used in this solution (e.g. projects, plug-ins etc.).

CAS.UA.Server.ServerConfiguration.dll

A sample Plug-in file for CommServer UA that can be used to edit the configuration file and define process data bindings.

DemoConfiguration/BoilerExample.csv

A CSV file that contains Node Identifiers.

DemoConfiguration/BoilerExample.xml

An XML file that contains the model.

DemoConfiguration/CAS.UAServer.DemoConfiguration.uasconfig

A sample configuration file of CommServer UA. This file is created and edited by CAS.UA.Server.ServerConfiguration.dll - configuration editor.

DemoConfiguration/DefaultConfig.xml

A sample CommServer configuration file. It can be edited by the Network Configuration application (part of CommServer package).

DemoConfiguration/DemoConfiguration.oses

A sample OPC DA client configuration (compatible with OPC Viewer and DataPorter products).

See Also