Skip to content

Sample Solution

Mariusz edited this page Nov 12, 2019 · 5 revisions

Introduction

This section contains information about the 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 the 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: 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 the default location.

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

File Content
BoilerExampleSolution.uamdsl 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)

Clone this wiki locally