Sie sind auf Seite 1von 14

IEC 61850 Data Model and Services

Christoph Brunner International Advisor

Copyright 2004 UCA. All rights reserved. - 1 9/2/2004

Application data and communication


Information Models Information Exchange Communication Protocols

Logical Nodes and Data


(IEC 61850-7-4 / -7-3)

Service Interface (Abstract)


(IEC 61850-7-2)

Mapping to e.g. MMS and TCP/IP/Ethernet


(IEC 61850-8-1 / -9-2)

Copyright 2004 UCA -2-

Data

TCP/IP Network

Features of IEC 61850


Interoperability between devices and application functions through standardized data models and information exchange Free configuration of communication network and allocation of functions to devices Long term stability through decoupling of application and communication
Copyright 2004 UCA -3-

Features of IEC 61850

Data model and information exchange

ty bili e ra rop Inte


Request Request Response Response

Has a DATA MODEL that can be accessed

IED
Intelligent Electronic Device

The WHAT to exchange (IEC 618507-4 and 61850-7-3)

Event Event
Copyright 2004 UCA -4-

The HOW to exchange (IEC 61850-7-2)

Features of IEC 61850

Logical Nodes and Devices


Station Workplace IHMI Human Machine IF

e Fre ation r i gu onf c


CSWI Switch Controller

Protection and Control

PDIS
Distance Protection

Copyright 2004 UCA -5-

XCBR Circuit Breaker Circuit Breaker

TCTR Current Transformer Combi Sensor

TVTR Voltage Transformer

Features of IEC 61850

Logical Nodes and Devices


Station Workplace IHMI Human Machine IF

e Fre ation ur fig con


CSWI Switch Controller

Protection

PDIS
Distance Protection

Copyright 2004 UCA -6-

XCBR Circuit Breaker Control

TCTR Current Transformer Combi Sensor

TVTR Voltage Transformer

Features of IEC 61850

From application to communication


Application
Objects Services

Substation Application; long term stable (IEC 61850-7-3 and 7-4) Abstract interface (IEC 61850-7-2)

m ter ng lity Lo bi sta

Mapping

IEC 61850-8-1, -9-1, -9-2 Stack interface

7 6 5 4 3 2 1
Copyright 2004 UCA -7-

State-of-art communication technology; fast changing

ISO/OSI seven layer stack

Application modeling
Logical nodes as the core components of the object model The hierarchical object model Specification of logical nodes and common data classes From point lists to an object oriented data model The configuration language

Copyright 2004 UCA -8-

Application modeling

Logical nodes, data and services


Logical nodes are the functions that the user needs Each logical node has mandatory (m) and optional (o) data To access logical nodes and data, standardized services are used Logical nodes and data are selfdescribing; structures are readable with directory services Extensions (ex) can be realised according to defined rules; no private ranges are needed

Logical Node XCBR Position (m) Operation capability (m) Operation counter (o) Position sensor alarm (ex)

Copyright 2004 UCA -9-

Application modeling

Data model devices and logical nodes

Physical Device PISA_Q0_L3 Logical Device Q0_L3/ Logical Node XCBR Logical Device B_L3/ Logical Node B0_SIMG Logical Node B1_SIMG

Copyright 2004 UCA - 10 -

A logical node is a container for function related data

Application modeling

Logical nodes in the real world


SIMG

XSWI CSWI XSWI PDIS CILO PTOC RREC

XCBR SIMG

Primary technology
Copyright 2004 UCA - 11 -

Secondary technology

Application modeling

From the real world to the model


Logical device (Bay) 61850-7-2 services Virtual World virtualization

Mapping

TCP/IP Network

MMS

LN LN

LN

XCBR1

SCSM, e.g. 61850-8-1 61850-7-4 logical node (circuit breaker)


Copyright 2004 UCA - 12 -

Position

...

Mode

61850-7-4 data (position)

Real devices in a substation

61850-6 configuration file

Application modeling

Logical node and logical node instances


The names of logical nodes (e.g. XSWI) are standardized in IEC 61850-7-4 and have always four characters The name of an instance of a logical node may have a prefix and a suffix

Q8 Q9 Q51 Q0 Q52 T1
Copyright 2004 UCA - 13 -

Q8_XSWI Q9_XSWI Q51_XSWI

Q52_XSWI

Q1

Q1_XSWI

Instance of a LN LN XSWI (Switch)

Application modeling

The hierarchical data model


BayUnit PDIS Str
general dirGeneral phsA dirPhsA
status

Logical Node
Information model

IED BayUnit

Protection time overcurrent


PTOC PTOC

Protection distance
PDIS PDIS

PTOC

Data Data Attribute

Str
general dirGeneral phsA dirPhsA
status

PTRC PTRC

PTRC Tr
general phsA
status

Protection trip conditioning

Copyright 2004 UCA - 14 -

TrgMod spVal

settings

Application modeling

The data attribute


Common data attribute type

Vector Composite component

+ + -

mag: AnalogueValue ang: AnalogueValue i: INT32 f: FLOAT32

Basic type

Copyright 2004 UCA - 15 -

Primitive component

Application modeling

The dataset

Q1_XSWI pos Q8_XSWI pos Q9_XSWI pos Q51_XSWI pos


Copyright 2004 UCA - 16 -

dataset Switch-positions Q1_XSWI.pos Q8_XSWI.pos Q9_XSWI.pos Q51_XSWI.pos Q52_XSWI.pos

Q52_XSWI pos

Application modeling

Specification of logical nodes

From IEC 61850-7-4

Copyright 2004 UCA - 17 -

Application modeling

Specification of common data classes

Copyright 2004 UCA - 18 -

From IEC 61850-7-3

Information exchange
Client / Server and peer-to-peer communication Reporting GOOSE Transmission of sampled values Communication protocols

Copyright 2004 UCA - 19 -

Information exchange

Communication concepts
Physical Device
ACSI Client

Physical Device
ACSI Server Data Data Data

Client / Server communication Application of client server communication typical SCADA application like control of switchgear or transmission of events (Reporting) Store and retrieve sequence of events (log) Transfer of files (i.e. Comtrade files)
Copyright 2004 UCA - 20 -

reports

req / rsp Application req / rsp

Physical Device
ACSI Server Data Data Data

Application

Application

Physical Device

Information exchange

Communication concepts
Physical Device
ACSI Client

Peer to peer communication; time critical

Physical Device Publisher


ACSI Server Data Data Data

Copyright 2004 UCA - 21 -

Applications of "peer-to-peer" communication tripping of circuit breakers: Application short information that needs to be transmitted with a low probability of loss within a GOOSE Message few milliseconds Sampled Values transmission of sampled values from instrumental multicast transformers: high amount of data, to be transmitted Application within a few milliseconds, loss of data needs to be Physical Device detected Subscriber

Physical Device
ACSI Server Data Data Data

Application

Information exchange

Information flow
Client Get, GetDef, ... <values> Client Set, Operate, .. <values> confirmation Client Report <values> Server
Data

Server
Data

Server
Data

Subscriber

multicast <values>

Publisher
Data

Copyright 2004 UCA - 22 -

Subscriber

Information exchange

Control
Server (Control Object) Select (open) Select rsp+ Operate (open) Operate rsp+ Activate output Select
Activation of device mechanism

Client

Operated Device

Control model (61850-7-2)

between open
Acquisition of status from device

Report (open) Reporting (61850-7-2)


Copyright 2004 UCA - 23 -

Deactivate output

CmdTerm Control model (61850-7-2)

Information exchange

Reporting
Server event event BufTm event Report Report, BufTm > 0

Client

Two kind of reports


Unbuffered reports events may be lost due to communication interruption or overflow Buffered reports used for sequence of events

Configure report control

Events
Data change Integrity period expired (cyclic report) General interrogation (on request)

Report Report, BufTm = 0


Copyright 2004 UCA - 24 -

event

Information exchange

Reporting configuring the content


Q1_XSWI Q8_XSWI Q9_XSWI Q51_XSWI Q52_XSWI
Report Control
DatSet TrgOp RptID

dataset Switch-positions Q1_XSWI.pos Q8_XSWI.pos Q9_XSWI.pos Q51_XSWI.pos Q52_XSWI.pos

Copyright 2004 UCA - 25 -

RptID DatSetRef Value

Reason

Information exchange

GOOSE Generic object oriented event


dataset Switch-positions
On On On On Off Off

Publisher
On On On On Off | n Off n-1 On Off On On Off | n-1 On On On On Off | n

Off On
Copyright 2004 UCA - 26 -

On

Subscriber

Information exchange

Transmission of sampled values

n-1

n-4 n-4 n-4

n-3

n-2

n-3

n-2 n-2 n-1 n

n-3 n-1 n

Copyright 2004 UCA - 27 -

Subscriber

Publisher

Information exchange

Communication protocols

Use of state of the art communication protocols like TCP/IP and Ethernet with priority tagging
Immediate benefit from progress in communication technology (e.g. higher bandwidth and scalable configuration)

Application
High speed Client-server

Abstract communication service interface (ACSI)

Copyright 2004 UCA - 28 -

Communication stack with TCP/IP Ethernet

Das könnte Ihnen auch gefallen