Abstract
In order to modernize their infrastructure and keep up with the state of the art,
ABB Power Systems decided to replace the older controller AC450 with a new
generation of controllers called AC800M. Just like its predecessor, its main task is to
work as a sequencer in an otherwise mostly unchanging topology. Although the new
controller AC800M provides modern communication features and a sophisticated
application development system, it lacks of a communication interface compatible
with the residing controllers AC160. A hardware approach addressing this problem
is in development, but not available at this point of time. Thus the decision was
made to realize the connection using OPC, a widely spread and open software
communication interface standard with a high potential of reusability. In addition,
it was aimed at gaining additional knowledge about the OPC interface, which is
commonly used in industry.
In this thesis, we evaluate adequate hardware and software to realize this connection
and we have programmed the controllers with applications to evaluate its
performance and integrity. In addition, we are making considerations about redundancy
that is vital in automation business in order to increase reliability and
availability. We have shown that it is possible to interconnect controllers using
OPC with satisfactory average performance results. Due to high maximum round
trip times and high complexity when realizing redundancy, it is recommended to
use such a system for testing purposes or non-critical operational applications, but
not for critical systems. In this thesis we also identify and judge several alternative
ways of connection.
Introduction
This chapter will provide a rough overview of the problem treated by this Master’s
Thesis. All technical devices and expressions will be explained more precisely in
the next chapter. Please note that since this is a public thesis, it does not contain
sensitive company-internal data.
1.1 ABB Power Systems
ABB Power Systems is one of the world’s leading providers of infrastructure for
controlling combined cycle power stations and waste-to-energy plants. Such a
plant control infrastructure includes several hardware parts consisting of controllers,
input/output-boards and communication devices as well as many software components
to engineer, run, observe and analyze the power plant. A power plant control
system has to satisfy a broad variety of different needs, from the efficient and reliable
control of the turbines and associated supporting functions (such as lube oil)
to easy configuration and operation as well as to sophisticated analysis functions
addressing technical and economical aspects.
1.2 Problem Statement
Due to high investment costs, the technical management of power plants is a slowgoing
business with long life-cycles. Thus, a considerable amount of hardware
devices currently in use are tens of years old. For future applications within ABB
Power Systems it will be necessary to connect a controller of the newest series used
within ABB, Control IT AC800M, with an older controller of the type Advant
Controller 160 (AC160). The problem is that these two controllers do not share
a fast communication interface of similar type and therefore cannot communicate
directly. The standard communication intended for AC160 is Advant Fieldbus 100
(AF100). However, AC800M can support a whole range of buses except for AF100.
As a consequence, the communication must be implemented using some relaying
technique.
AF100 is a planned bus with a pre-determined scan table and thus meets realtime
requirements. Process Data Transfer is managed through Cyclic Data Packets
(CDPs). Each CDP is configured individually on the communication interface for
a certain signal identity, cycle time, size and direction. Each broadcasted CDP has
a unique signal identity, whereas receiving CDPs can have the same signal identity,
provided they are situated in different communication interfaces. That is, multiple
interfaces can receive the same CDP. The cycle time determines how often the data
of the CDP is transferred on the bus. When a CDP is transferred on the Advant
Fieldbus 100, the interval between consecutive transfers is always the same, the
cycle time. Thus, process data transfer is deterministic, regardless of which other
tasks the communication interfaces perform
AF100 is a planned bus with a pre-determined scan table and thus meets realtime
requirements. Process Data Transfer is managed through Cyclic Data Packets
(CDPs). Each CDP is configured individually on the communication interface for
a certain signal identity, cycle time, size and direction. Each broadcasted CDP has
a unique signal identity, whereas receiving CDPs can have the same signal identity,
provided they are situated in different communication interfaces. That is, multiple
interfaces can receive the same CDP. The cycle time determines how often the data
of the CDP is transferred on the bus. When a CDP is transferred on the Advant
Fieldbus 100, the interval between consecutive transfers is always the same, the
cycle time. Thus, process data transfer is deterministic, regardless of which other
tasks the communication interfaces perform
AF100 Communication
To establish connection to the AF100 fieldbus, we inserted an ABB CI527 PCI card
into the personal computer. The according AC100 OPC Server, which allows us to
access the AF100 bus, was installed with the 800xA for AC100 software extension
[19]. It is to mention that AC100 OPC Server allows access on bit-level, for example,
an integer value is presented by the server both as integer value and split up in 32
boolean values.
2.5.3 MMS Communication
An Intel Ethernet PCI card allowed the communication with the AC800M via MMS
on TCP/IP. The according AC800M OPC Server is part of the 800xA installation.
All communication over this port is performed via the Manufacturing Message
Specification (MMS) protocol running over TCP/IP, utilized for example by the
engineering tool to program the controller. The same connection can also be used
for controller to controller communication when having several MSS-ready devices.
Furthermore, the AC800M OPC Server communicates with the controller via the
same protocol and infrastructure, making available all variables by default [17].
2.5.4 Beckhoff PROFIBUS Communication
For the first PROFIBUS connection we used the FC3102 PCI card from Beckhoff.
This card was chosen due to its flexibility: It provides two ports in one PCI card
which can be freely adjusted either as master, slave or passive bus monitor [20
The programs we used to interconnect two OPC servers were Matrikon’s OPC
Data Manager (ODM) [23] and Kepware’s LinkMaster [24]. These programs called
OPC routers or OPC bridges are able to read data from one server and write
it to another. Both programs are similar in configuration and operation. The
functionality includes the definition of groups and update rates, input/output pairs,
dead-bands and quality checks. LinkMaster even allows to write one input value to
more than one output variables and to perform mathematical operations in between.
To make bulk configuration easier (e.g. with Excel), both programs allow to import
and export the configuration from and to comma separated values (CSV) files
We ran both bridging programs with a fully functional, time-limited testing
license provided for free by its vendors for the duration of our thesis.
2.5.7 Helper Programs
For setup and testing, a range of other software was used on the engineering/test
system computer. The most important programs are shortly specified here:
• MatrikonOPC Explorer is a freeware OPC client allowing to connect to
any compliant OPC server and displaying the value of chosen tags. It also
supports writing of variables and preserving settings. Furthermore, it allows
measuring the maximum update rate of the OPC servers it is connected to.
• Office 2003 of Microsoft was used for day to day work and configuration
tasks. Especially Excel was helpful for variable definition in AC800M and for
bulk configuring the bridging software using CSV files. Furthermore, with the
email:1583694102@qq.com
wang@kongjiangauto.com