UA Bundle SDK .NET  2.1.2.227
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
Overview

The following tutorials explain how to develop a full featured OPC UA server using the toolkit layer of the Unified Automation .NET SDK. The lessons are based on a simple building automation scenario including air conditioning and furnace control.

The source code for the lessons is included in the SDK as a Visual Studio Solution and can be accessed via the Start Menu (Examples → UA Server Getting Started).

Lesson 1: Setting up a basic OPC UA server console application

The first lesson starts with an empty OPC UA server describing the code for integration of an OPC UA server component into a .NET application and the different server configuration options.

Lesson 2: Extending the Address Space with real world data

This lesson explains how to create an OPC UA Server Address Space in order to describe a real world system with UA. The lesson is based on a simple building automation scenario including air conditioning and furnace control.