24-Substation Control and Automation
24-Substation Control and Automation
• 24 • Substation Control
and Automation
Introduction 24.1
• 24 • Substation Control
and Automation
24.1 INTRODUCTION
The sometimes complex interlocking and sequence
control requirements that are to be found in a
substation of any significant size lend themselves
naturally to the application of automation. These
requirements can be readily expressed in mathematical
logic (truth tables, boolean algebra, etc.) and this branch
of mathematics is well-suited to the application of
computers and associated software. Hence, computers
have been applied to the control of electrical networks
for many years, and examples of them being applied to
substation control/automation were in use in the early
1970’s. The first applications were naturally in the bulk
power transmission field, as a natural extension of a
trend to centralised control rooms for such systems. The
large capital investment in such systems and the
consequences of major system disruption made the cost
of such schemes justifiable. In the last ten years or so,
continuing cost pressures on Utilities and advances in
computing power and software have led to the
application of computers to substation control/
automation on a much wider basis.
This Chapter outlines the current technology and
provides examples of modern practice in the field.
24.1. Early examples of substation automation used the I/O may include digital and analogue I/O (for
centralised concept, due to limitations in technology, interfacing to discrete devices such as CB close/trip
both of processor power and communication techniques. circuits, isolator motors, non-microprocessor based
Latest examples use a distributed architecture, in that a protection relays) and communications links (serial
number of Intelligent Electronic Devices (IED’s) – such as or parallel as required) to IED’s
microprocessor based relays – may be linked via a
c. Human Machine Interface (HMI). This is the
multidrop serial link to a local processor. The local
principal user interface and would normally take
processor may control one or more bays in a substation.
the form of a computer. The familiar desktop PC is
All of the local processors are, in turn, connected to a
commonly used, but specialised computers are also
Human Machine Interface (or HMI), and possibly also to
possible, while normally unmanned substations
a local or remote SCADA system for overall network
may dispense with a permanently installed HMI
monitoring/control.
and rely on operations/maintenance staff bringing
a portable computer equipped with the appropriate
software with them when attendance is required.
It is usual to also provide one or more printers
Control Centre
linked to the HMI in order to provide hard-copy
records of various kinds (Sequence of Events
recorder, alarm list, etc.)
d. A communications bus or busses, linking the
Substation Control and Automation
f. status monitoring of all connected substation control will be possible if the computer fails for any
automation equipment reason. Such a topology is therefore only suited to small
MV substations where the consequences of computer
g. system database management
failure (requiring a visit from a repair crew to remedy)
h. energy management are acceptable. Bay Modules are not used, the software
i. condition monitoring of substation electrical for control and interlocking of each substation bay runs
equipment (switchgear, transformers, relays, IED’s) as part of the HMI computer software.
the most elementary application. However, the selection Legacy bus IED's
of the complete set of functions required for a particular
application is essentially the responsibility of the end-
Bay Bay
interface unit is provided (often called an RTU or Modules Modules
Gateway), while it is possible to have more than one HMI
computer, the primary one being dedicated to operations (b) Ring connection of Bay Modules
and others for engineering use. Optionally, a remote HMI Figure 24.5: Methods of hardware
computer may be made available via a separate link. It interconnection
is always desirable in such schemes to separate the real-
time operations function from engineering tasks, which
do not have the same time-critical importance. Of course, it is possible to overcome the first problem by
duplicating links and running the links in physically
SCADA separate routes. However, this makes the I/O port
Master clock Remote HMI
interface (GPS, radio) problem worse, while additional design effort is required
HMI in ensuring cable route diversity.
Internet
or PSTN An alternative is to connect the Bay Modules, HMI
Telecontrol or Computer
bus interface Station bus computer and SCADA gateway in a ring, as shown in
Bus interface Bay Module Computer Figure 24.5(b). By using a communication architecture
such as found in a LAN network, each device is able to
The Bay Module and bus IED's
talk to any other device on the ring without any message
interface could be: conflicts. A single break in the ring does not result in
Legacy • separate equipments
loss of any facilities. The detection of ring breakage and
• 24 • bus • integrated into
the Bay Module re-configuration required can be made automatically.
Thus, the availability and fault tolerance of the network
I/O, devices is improved. Multiple rings emanating from the HMI
CT, VT computer can be used if the number of devices exceeds
Figure 24.4: Decentralised topology the limit for a single ring. It can be easier to install on a
step-by-step basis for retrofit applications, but of course,
The connection between the various Bay Modules and all these advantages have a downside. The cost of such
the HMI computer is of some interest. Simplest is the a topology is higher than that of the other solutions, so
star arrangement of Figure 24.5(a). This is the least-cost this topology is reserved for situations where the highest
solution but suffers from two disadvantages. Firstly, a reliability and availability is required - i.e. HV and EHV
break in the link will result in loss of remote control of transmission substations.
the bay affected; only local control via a local HMI Redundancy can also be provided at the individual device
computer connected to the bay is then possible. level. Relays and other IED’s may be duplicated, though
Secondly, the number of communication ports available this would not be usual unless required for other reasons
on the HMI computer will limit the number of Bay (e.g. EHV transmission lines may be required to have
Modules. duplicate main protections – this is not strictly speaking
duplication of individual devices - which would require A significant problem to be overcome in the
each individual main protection to have two identical implementation of communication links is the possibility
relays voting on a ‘1 out of 2’ basis). It is usual to have of electromagnetic interference. The low voltage levels
more than one operators’ HMI, either for operational that are used on most types of communication link may
reasons or for fault-tolerance. The system computer may be prone to interference as a result. Careful design of
be duplicated on a ‘hot-standby’ or ‘dual-redundant’ the interfaces between the devices used and the
basis, or tasks may be normally shared between two or communication bus, involving the use of opto-couplers
more system computers with each of them having the and protocol converters, is required to minimise the risk.
capability of taking over the functions of one of the Care over the arrangement of the communication cables
others in the event of a failure. is also required. It may also help to use a communication
protocol that incorporates a means of error
The total I/O count in a major substation will become
detection/correction. While it may not be possible to
large and it must be ensured that the computer hardware
correct all errors, detection offers the opportunity to
and communication links have sufficient performance to
request re-transmission of the message, and also for
ensure prompt processing of incoming data. Overload in
statistics to be gathered on error rates on various parts
this area can lead to one or more of the following:
of the system. An unusually high error rate on a part of
a. undue delay in updating the system status the communication system can be flagged to
diagrams/events log/alarm log in response to an maintenance crews for investigation.
incident
b. corruption of system database, so that the
Serial format involves sending the data one bit at a time Thus devices can be located throughout a substation
along the communication channel. Parallel format without causing communications problems and significant
involves sending several bits simultaneously. Clearly, amounts of data can be transmitted rapidly. The main
parallel communication requires more wires than serial drawback is that it is a half-duplex system, so that
communication (a disadvantage) but can transmit a communications use a kind of question and answer
given amount of data faster. In practice, parallel technique known as ‘polling’. The equipment that needs
communication is limited to communication over a few the data (e.g. a substation computer or bay controller) must
metres, and hence the majority of communications use ask each device in turn for the data requested and then
serial format. There are a number of popular serial wait for the response prior to moving on to the next device.
communication protocols in common use in the
substation automation field.
24.4.1.1 RS232C Protocol Master
station
The RS232C protocol allows for full duplex
communications between two devices. The basic IED IED IED IED
limited functionality. In addition, the standard allows the OSI Layer Telephone Call Analogy
use of manufacturer-specific ‘private’ messages. These Conversion of voice into electrical signals. Defines type
permit much greater functionality, but at the same time Physical of connector, no. of pins, signal levels, etc. Optical fibres
hinder interoperability of equipment from different and wires that make up the physical telephone network
manufacturers because there is no need for the format of Message transmission, error control and conferencing facilities.
Words not clearly received are requested to be re-transmitted,
such messages to be made public. This is arguably the Data Link
using agreed procedures. For conferencing, defines how control
greatest drawback of the standard, since extensive use of passes from one person to the next.
‘private’ messages by manufacturers of devices essentially Call routing, by specifying the method of allocating telephone
numbers and provision of dialling facilities. Includes operator
turns the standard into several proprietary ones. Network facilities for routing to extensions. If the message is from several
sheets of paper, ensures that all sheets have been received and are
in the correct order.
Monitors transmission quality and implements procedures if quality
24.4.2 Network Protocols is unaceptable - e.g. requests both parties to hang up and one
Transport to re-dial. Also provides a mechanism to ensure that the correct
So far, the protocols described are useful for persons are communicating, and searches for them
implementing communications over a relatively (e.g. uses telephone directory) if not.
restricted geographical area. A substation automation Provides facilities for automatically making calls at pre-defined times,
and ensures that the correct persons are present when the call
scheme may extend over a very wide area, and hence is made. A session may be interrupted and re-established later,
Session
suitable protocols are needed for this situation. The using the same or a different network/transport connection.
most common protocols in use conform to the ISO 7- As calls are half-duplex, provides flow control procedures -
e.g one person says 'over' to invite the other to speak.
layer model of a network. This model is internationally Removes language difficulties by ensuring that the same language
recognised as the standard for the requirements for
manufacturer cannot be removed and replaced by a protocol, is to define the language very precisely at a
device of similar functionality from another vendor. high level, and require such details to be included as a
Rather, this protocol ensures interoperability; that is the part of each message so that the recipient can interpret
ability for devices from different suppliers and of the message without the need for any translator
different functionality to communicate successfully with software.
each other. The transport protocol has been separated
from the application protocol, so problems with register
addresses, etc. no longer exist. All that has to be 24.5 SUBSTATION AUTOMATION FUNCTIONALITY
addressed is the transport protocols used, and clients will The hardware implementation provides the physical
normally be able to communicate with devices using one means to implement the functionality of the substation
of a number of common transport protocols. This automation scheme. The software provided in the
standard has an IEC equivalent, IEC 61850. To begin various devices is used to implement the functionality
with, IEC 61850 covers only the field of substation required. The software may be quite simple or extremely
automation, but will gradually be extended to cover the complex – Table 24.6 illustrates the functionality that
same fields as UCA v2.0. Manufacturers are increasingly may be provided in a large scheme.
moving away from protocols with a proprietary element
in them to UCA v2.0/IEC 61850. It is likely that within a The description of the electrical network and the
short time, most protection and control devices will use characteristics of the various devices associated with the
one or other of these standards for communications. network are held within the computer as a database or
One important reason guiding this change is that these set of databases. Within each database, data is
Substation Control and Automation
standards permit the use of the XML language for organised into tables, usually on a ‘per device’ basis that
exchange of data between databases. As the reflects the important characteristics of the device and
information stored in an automation system or control its interrelationship with other devices on the network.
centre comprises a series of databases, information Electrical system configuration changes require
exchange is therefore facilitated. modification of the database using an appropriate
software tool supplied by the automation system vendor.
The tool is normally a high level, user-friendly interface,
24.4.3 Languages so that modifications to the one-line can be drawn
directly on-screen, with ‘pick-and–place’ facilities for
A communications language is the interpretation of the
relays, IED’s, etc. This work would normally be done
data contained in a message. The communications
offline on the Engineers’ workstation, if available, or as a
language normally forms part of the overall
background task on the control computer if not. Careful
communications protocol. Obviously, it is necessary for
and extensive checking of the data is required, both
both transmitter and recipient of the message to use the
before and after entry into the database, to ensure that
same language. While a number of communications
no errors have been made. Full testing on the new
standards attempt to specify the language used, there is
configuration using a simulator is recommended prior to
often flexibility provided, leading to manufacturer-
use of the new database on the main control computer
specific implementations. A popular work-around is for
to ensure that there is minimal possibility of errors.
a number of organisations to agree common standards
and set up a certifying body to check for compliance The software is written as a set of well-proven, standard
• 24 • against these standards. Thus, equipment that complies modules, so there is little or no need for new modules to
becomes to large degree, interoperable. However, the be written and tested for a particular substation. The
latest trend, as exemplified by the UCA v2.0/IEC 61850 required data for the calculations performed by the
software is held in the network database. This means executed. At this stage, prior to execution, the operation
that adding functionality later is not difficult, so long as is checked against:
the database design has considered this possibility.
a. devices locked out (i.e. prevented from operation)
There may be problems if the electrical system
configuration is altered or additional functionality added b. interlocking of devices/switching sequences
in reading historical data prior to the change. Training of to ensure that the command issued is safe to carry out.
operations personnel will inevitably be required in The action is cancelled and operator informed if it is not
operation of the system, configuration management and safe to proceed, otherwise the action is carried out and
automation system maintenance. Automation system the operator informed when it is complete.
suppliers will be able to provide configuration
management and system maintenance services under In a number of systems, some routine switching
contract if required, often with defined cost schedules operations (e.g. transfer of a feeder from one busbar to
and response times so financial management of the the other in a double-bus substation) are automated in
automation scheme once installed is well-defined. software. The operator need only request the ‘bus-
transfer’ action to be carried out on a particular feeder,
The issuing of commands to switching devices in the and the software is able to work out the correct
system has to be carefully structured, in order to prevent switching sequence required. This minimises the
commands that would cause a hazard from being issued. possibility of operator error, but at the expense of some
A hierarchical structure is commonly used as shown in extra complexity in the software and more extensive
Figure 24.8, beginning with the requirement for an checking at the factory test stage. However, since
operator wishing to issue a command to switching
Administrator Password
24.5.1 Future Developments
automation system to ensure that all devices are The control of personnel working in the system test area
communicating correctly and that performance of the is also of importance, to ensure tests are unbiased. To
overall automation system is within specification during meet this objective, test team personnel are normally
periods of high communications traffic. These simulators independent of those of the design team. If incremental
are standardised and a single simulator may be able to testing is used, it is sound practice that the final
emulate several items of equipment. External integration test team is also independent of the test
communications simulators test the communications with team(s) that carried out the incremental tests.
an external system, such as a remote control centre. These
will normally be customer-specific, but some standard
simulators may be possible if a standard communications 24.7 EXAMPLES OF SUBSTATION AUTOMATION
protocol such as IEC 60870-5-101 is used. A significant advantage to an asset-owner of using a
substation automation system is the space-savings that
result. Space costs money, and hence minimisation of
24.6.3 Test Strategy
space enables new substations to occupy a smaller
The strategy adopted for the testing of the automation physical space. Alternatively, expansion of an existing
system must naturally satisfy client requirements, and substation can be undertaken making use of currently
generally follow one of two approaches: spare bays, but where there is a problem in tightly packed
relay rooms in accommodating the extra equipment.
a. a single test is carried out when all equipment for
the scheme has been assembled, A common need is to update an existing substation,
3 cubicles/bay
24.6.4 Management of System Tests (a): Current situation
Substation control
was installed, using an ALSTOM PSCN3020 substation
New RTU New SOE HMI automation system. The simplified 33/11kV one-line
diagram is shown in Figure 24.11. Total generation
Control
room
capacity amounts to over 170MW. Not shown on the
Marshalling cabinets diagram is an extensive LV network and a number of
.......... .......... 3.3kV switchboards feeding motors.
Protection 1 Protection 1
Auxiliary Auxiliary
relaying relaying
3 cubicles/bay
(c): Step 2: SOE Renovation and wall mimic change
33kV
Substation control
New RTU New SOE HMI
Control
room
Marshalling cabinets
Substation Control and Automation
.......... ..........
11kV
Bay computer Protection 1
Auxiliary
Protection 2
relaying 11kV
2 cubicles/bay
(d): Step 3: Progressive decentralisation and protection integration
.......... ..........
The system has two features that make it unusual from
Bay computer Bay computer a control point of view. Firstly, the generation within the
system is distributed, and this results in the possibility of
Protection 1 Cubicles Protection 1 several island networks being created in the event of a
• 24 • major electrical incident, each of which are to be run
Protection 2 Protection 2 independently until such time as paralleling of the
2 cubicles/bay islands becomes possible. Secondly, the grid system is
(e): Step 4: Full decentralisation weak, so that import has to be limited to a maximum of
40MW, even under transient disturbances such as the
Figure 24.10 (cont): Upgrade path for an existing simultaneous loss of two generators, each of over 30MW
substation
capacity.
As a result of these requirements, the standard software
Examples of automation systems on order or installed are was enhanced to allow simultaneous control of up to 3
given in the following sections. autonomous islands within the overall network, each
island having the full range of control facilities including
circuit/device switching, active/reactive power control of
24.7.1 Industrial Network Automation Project
generators, voltage and frequency control of each island
A large industrial network was significantly expanded and load shedding. Due to the restrictions on grid
due to the addition of extra processing facilities. As part import, a fast load shedding algorithm was developed, as
of the expansion, a new substation automation system studies indicated that conventional under-frequency
load shedding did not provide the required performance. the main and reserve busbars. Each 345kV bus is split
The fast load shedding scheme involves continuous into 4 sections, with bus section CB’s linking the
calculation of the amount of load to be shed in the event sections. Similarly, the 138kV busbars are split into 3
of loss of one or more generators and/or the grid sections. The 20kV busbar is also of double bus
connection, and determination of which loads should be configuration. An ALSTOM PSCN3020 substation
shed, based on operator-set priorities and actual power automation system has been installed to provide local
consumption. In the event of generation loss, load that and remote control and monitoring of the switchgear at
is at least equal to the amount of lost generation is all voltage levels. For the 138kV and 20kV busbars,
disconnected immediately, after which a conventional monitoring is provided by MiCOM M301 Measurement
under-frequency/grid import load shedding strategy is Centres, communicating with BM9100 or BM9200 Bay
invoked to cater for any further generation/load Modules using K-Bus proprietary communications link.
imbalance occurring. Control is exercised directly from the Bay Modules.
Protection relays are generally from ALSTOM’s K-series
The substation automation configuration is shown in
and EPAC range, also communicating with the Bay
Figure 24.12, while a sample operator display captured
Modulus using K-Bus. However, line differential and
during system testing is shown in Figure 24.13.
transformer differential relays are from another
manufacturer, and communicate with the same Bay
Modules using the IEC 60870-5-103 protocol, thus
illustrating the use of Bay Modules to provide more than
one communications protocol. For the 345kV busbars,
HUB
Network
control
GPS Data acquisition centre
MiCOM
IEC 60870-5-103 M301 K-series relays
K-bus
Relay PQ741 345kV: Bus section 1
MiCOM
1 X BM9100
M301
345/138kV Transformers: Lado de Baixa
345kV: Bus section 1 EFI.P Dual redundant 2 X BM9100
1 X BM9100 Fibre optic ring
K-bus
K-bus MiCOM
M301 K-series relays
345kV: Bus section 2 MiCOM 345kV: Bus coupler
1 X BM9100 M301 K-series relays 2 X BM9100
138kV Lines: Wilson 1 & 2
2 X BM9100
345kV Busbar
Section 2D Section 2C
Section D 345KV Section C
Section 1D Section 1C
Earthing transformers
Reactor 1
Transformer 1 Transformer 2
1B 1A 2B 2A
Figure 24.15: Single line diagram: Utility substation 345kV busbar (part)
Transformer 2
Transformer 3 138kV Busbar
345/88/138kV
345/88/138kV (future)
• 24 •
Section 3A Section 3B
Section 4A Section A Section B 138kV Section 4B
138kV Line: 138kV Line: 138kV Line: 138kV Line 138kV Line: Ipiranga 1
Mariana 2 Brigadeiro 2 Ipiranga 2 Wilson 2 (future)
(future) (future) (future)
Earthing transformer 2
Figure 24.16: Single line diagram: Utility substation 138kV busbar (part)
24 •
Chap24 exe
Traction Substations
8 off Maintenance Control Centre
20/06/02
x3
P139
Dual redundant OPC server
ming line Printer
15:19
xxx
SCADA
Maintenance Workstation:
BM9200 Auxiliary transformer
n Parameter settings and
xxx
disturbance analysis
BM9200 Printer
BM9200
Page 438
EFI.P
BM9200 Buss P921
ring
BM9200
• 438 •
Ethernet Network
IIntermediate
termediate Autotransformer
Autotra sformer
Final Autotransformer
Substations
Substation
34 off
7 off
44-55 per tractio
traction substation
substatio
GPS OPC server
Intermediate Autotransformer GPS PC
Substation Traction
x
xxx
OPC server GPS GPS otransformer
Traction autotransformer PC OPC server OPC server P632
PC PC Auxiliary
xxx Traction
P632 transformer
xxx P632 transformer Auxiliary
action transformer
Traction autotransformer BM9200
Auxiliary
P632 ransformer
BM9200 BM9200
transformer
BM9200 BM9200 Traction
BM9200 Auxiliary
P632 EFI.P P P632
ring
ring BM9200 Bus section
mer
Track catenary/feeder BM9200 BM9200
The substation automation scheme used is the ALSTOM length of 500km is large for a substation automation
PSCN3020. Traction substations have an incoming scheme and illustrates the geographical span now
supply at either 225kV or 400kV, transformed down to possible. Figure 24.18 shows the topology of the
± 27.5kV for traction and lower voltages for auxiliary substation automation equipment at a traction
supplies. Redundancy in control and supervision is substation, while Figures 24.19-21 show the different
provided through the operator at each substation being levels of detail available to a substation controller via the
able to view and control those substations immediately HMI. Operator functions include control and monitoring
adjacent as well. There is an overall Control Centre to of the substations, remote setting of all relays and
monitor the complete system, using a Gateway on the automatic retrieval of disturbance recordings from relays
Ethernet spine. Approximately 500 Bay Modules are for remote analysis. Data is refreshed at approximately
used, providing control and measurement facilities and 1 second intervals. A notable automation feature is the
also acting as interfaces to the protection relays. automatic reconfiguration of the power distribution
network during faults or other outages to maintain
The significant aspect of this application is the distance
continuity of traction power supplies.
over which the automation scheme is applied using a
standard substation automation scheme. The overall
• 24 •
• 24 •