Station Automation COM600 3.5: IEC 61850 Master (OPC) User's Manual
Station Automation COM600 3.5: IEC 61850 Master (OPC) User's Manual
Station Automation COM600 3.5: IEC 61850 Master (OPC) User's Manual
5
IEC 61850 Master (OPC) User's Manual
1MRS755321 Station Automation COM600 3.5
Issued: 30.6.2004
Version: K/30.06.2011 IEC 61850 Master (OPC) User's Manual
Contents:
3
Station Automation COM600 3.5 1MRS755321
5
6
1MRS755321 Station Automation COM600 3.5
1.1. Copyrights
The information in this document is subject to change without notice and should not be
construed as a commitment by ABB Oy. ABB Oy assumes no responsibility for any
errors that may appear in this document.
In no event shall ABB Oy be liable for direct, indirect, special, incidental, or consequential
damages of any nature or kind arising from the use of this document, nor shall ABB Oy
be liable for incidental or consequential damages arising from use of any software or
hardware described in this document.
This document and parts thereof must not be reproduced or copied without written per-
mission from ABB Oy, and the contents thereof must not be imparted to a third party
nor used for any unauthorized purpose.
The software or hardware described in this document is furnished under a license and
may be used, copied, or disclosed only in accordance with the terms of such license.
1.2. Trademarks
ABB is a registered trademark of ABB Group. All other brand or product names men-
tioned in this document may be trademarks or registered trademarks of their respective
holders.
1.3. General
This manual provides thorough information on the IEC 61850 Master Protocol (OPC)
1.1 (later referred to as IEC 61850 OPC Server) and the central concepts related to it.
You find instructions on how to configure IEC 61850 OPC Server related objects. The
basic operation procedures are also discussed.
Information in this user’s manual is intended for application engineers who configure
the IEC 61850 OPC Server.
As a prerequisite, you should understand the basic principles and the IEC 61850 techno-
logy and standard.
7
Station Automation COM600 3.5 1MRS755321
Introduction
This section gives an overview of the IEC 61850 OPC Server and its features.
Configuration
In this section you will find an overview of configuration. You are given instructions
on how to configure IEC 61850 OPC Server related objects and the model of a sub-
station or system.
Operation
This section covers the basic operation procedures you can carry out when transferring
or activating Station Automation COM600 (later referred to as COM600) with new
configurations.
You are also given instructions on how to monitor and control the conditions of IEC
61850 network.
Technical reference
This section describes the IEC 61850 data modeling. This section also contains
attributes and a list of status codes.
8
1MRS755321 Station Automation COM600 3.5
• You can be asked to enter the string MIF349 in a field. The string is shown as follows
in the procedure:
MIF349
• Variables are shown using lowercase letters:
sequence name
The tip icon indicates advice on, for example, how to design
your project or how to use a certain function.
9
Station Automation COM600 3.5 1MRS755321
1.6. Terminology
The following is a list of terms associated with COM600 that you should be familiar
with. The list contains terms that are unique to ABB or have a usage or definition that
is different from standard industry usage.
Term Description
10
1MRS755321 Station Automation COM600 3.5
Term Description
1.7. Abbreviations
The following is a list of abbreviations associated with COM600 that you should be
familiar with. See also 1.6, Terminology.
Abbreviation Description
11
Station Automation COM600 3.5 1MRS755321
Abbreviation Description
12
1MRS755321 Station Automation COM600 3.5
2. Introduction
Introduction-1.jpg
(6) Protection and control devices communicating through IEC 61850 protocol
The IEC 61850 OPC server can be used as a part of COM600 or as a part of the Micro-
SCADA Pro system (see Figure 2.1-1).
To create a common data interface between the OPC server and client, the process data
is modeled using the IEC 61850 protocol. The IEC 61850 protocol is a set of specifica-
tions, which details layered substation communication architecture. The International
Standard IEC 61850 has been prepared by IEC technical committee 57: Power system
control and associated communications.
13
Station Automation COM600 3.5 1MRS755321
The IEC 61850 specifies usage of Manufacturing Message Specification (MMS, ISO
9506) over TCP/IP as communication between the IEC 61850 server and client
(device/IEC 61850 OPC Server).
After the IEC 61850 OPC Server and other required components are installed, you can
build and configure hierarchically structured models of a substation or a system for the
IEC 61850 OPC Server using Station Automation Builder 600 (later referred to as
SAB600) configuration files and device.
The configuration data is stored in SCL (XML-based) format. After the IEC 61850 OPC
Server has been launched, it reads the configuration file and establishes communication
with the IEC 61850 devices through the IEC 61850 protocol stack.
Configured IEC 61850 devices and their data are then exposed to OPC clients through
an OPC Data Access (DA) server and device reported changes in data with DA subscrip-
tion are reported to OPC clients.
14
1MRS755321 Station Automation COM600 3.5
3. Configuration
Build an object tree by adding objects to the object tree, refer to 3.2.1, General about
building object tree. Connectivity Packages for certain protection and control products
usually contain preconfigurations and tools to facilitate the building of the object tree.
Table 3.1-1 describes the possible objects shown in the object tree. After you have added
the necessary objects to the object tree in the Communication structure, configure them.
Refer to 3.3.1, Configuring object properties.
Table 3.1-1 IEC 61850 OPC Server related objects
Object Description
IEC 61850 OPC Server Object representing the IEC 61850 OPC Server
Event Definitions Object representing event definitions for IEC 61850 OPC Server
diagnostics
IEC 61850 Subnetwork Object representing a physical subnetwork. IEC 61850 OPC
Server supports only one subnetwork.
IEC 61850 Device (IEC 61850 Object representing a physical IEC 61850 protection and control
IED) device. You should not have more than 30 devices per each
subnetwork.
Attributes Predefined object that contains items for controlling or retrieving
status information for the parent object. The parent object can
be the Server, a Subnetwork, or a Device object.
Logical Device (LD) Object representing a group of functions, each function is defined
as a logical node. A physical device consists of one or several
LDs.
Logical Node (LN) An object defined by its data and methods. LN is the smallest
part of a function that exchanges data.
15
Station Automation COM600 3.5 1MRS755321
Object Description
Data Object (DO) A data object is an instance of one of the IEC 61850 Common
Data Classes, for example single point status, measured value
etc. Depending on the class, each data object has a set of
attributes for monitoring and controlling the object, for instance
value, quality and control.
Data Set (DS) The data set is the content basis for reporting and logging. The
data set contain references to the data and data attribute values.
Report Control Block (RCB) The report control block controls the reporting process for event
data as they occur. The reporting process continues as long as
the communication is available.
Before you can start using the IEC 61850 OPC Server, you must build and configure an
object tree in SAB600 to define the Communication structure.
Figure 3.2.1-1 shows an example of an object tree after it has been built. In the example
tree, you can see the IEC 61850 OPC Server object and its child objects like subnetworks,
devices and data objects. Indentation is used to indicate the parent-child relationship
between the objects.
16
1MRS755321 Station Automation COM600 3.5
IECSAB600Main.bmp
You have several possible ways to add objects to the object tree in the Communication
structure:
• You can right-click the object to which you want to add a child object.
• You can copy the object.
• You can drag and drop the object.
17
Station Automation COM600 3.5 1MRS755321
Continue building the object tree in the same way until you have added all the necessary
objects in your current project.
IECGate.bmp
After the Gateway object has been successfully added, you can continue building the
object tree by adding an IEC 61850 OPC Server object.
18
1MRS755321 Station Automation COM600 3.5
Connectivity Packages for certain protection and control devices may also support other
ways to build this structure, depending on the configuration of an individual device, for
example device-related object types and wizards. Typically, Connectivity Packages
include SCL description files which must be installed. For further information on these
Connectivity Packages, see the Connectivity Package of a certain device in the product
documentation.
You can also import the whole communication structure under IEC 61850 OPC Server
with new configurations from an existing file. The communication structure is imported
using the SCL import function. The file extensions for the import files can be .icd, .cid,
.scd, or .xml. Right-click the IEC 61850 OPC Server and select SCL Import from the
shortcut menu, see Figure 3.2.3-1.
The new preconfigurated objects appear in the object tree. If the configuration file is
large, the import can take time. To import a configuration file for a different OPC Server,
right-click the OPC Server, select SCL Import again, and repeat the steps above.
19
Station Automation COM600 3.5 1MRS755321
SCLImport.bmp
For more information about the SCL Import function, see COM600 User's Manual.
After the server object has been successfully added, you can continue building the object
tree by adding IEC 61850 subnetwork objects.
20
1MRS755321 Station Automation COM600 3.5
With SCL import function, you can import new objects with configurations from an
existing file. Right-click the device and select SCL Import from the shortcut menu, see
Figure 3.2.3-1.
The new preconfigured objects appear in the object tree. If the configuration file is large,
the import may take time. To import a configuration file for a different device, right-
click the device, select SCL Import again and repeat the steps above.
For more information about the SCL Import function, see COM600 User's Manual.
After the objects have been added, you must configure the object properties.
To configure an object:
1. Select an object in the object tree of the Communication structure.
2. The object properties appear now in the Object Properties window, see Figure 3.3.1-
1. You can see the selected object on the left and the available properties on the
right.
3. Select the property you want to configure. Depending on the property value type,
configuring is always done either by
• selecting a predefined value from a drop-down combo box, or
• entering a text string or a numerical value in a text field.
21
Station Automation COM600 3.5 1MRS755321
IECObjProp.bmp
The available properties for different objects are listed in the following subsections.
Table 3.3.2-1 lists the configurable IEC 61850 OPC Server properties and value ranges
for them. The actual configuration by using SAB600 is performed as described in
3.3.1, Configuring object properties.
Table 3.3.2-1 IEC 61850 OPC Server properties
Name Value/Value range Description
Basic
AE Prog ID Prog ID for OPC Alarm and Event Server
22
1MRS755321 Station Automation COM600 3.5
Default: 123
1. Synchronization (0..3600) Time syncronization interval in seconds.
Interval If value is 0, no time syncronization will be
Default: 15 done.
2. Address for IP address or node name for SNTP Server
SNTP Server
2. Port Number (1...65535) TCP/IP port number
Default: 123
2. Synchronization (0..3600) Time synchronization interval in seconds.
Interval If value is 0, no time syncronization will be
Default: 15 done.
3. Address for IP address or node name for SNTP Server
SNTP Server
3. Port Number (1...65535) TCP/IP port number
Default: 123
3. Synchronization (0..3600) Time syncronization interval in seconds.
Interval If value is 0, no time syncronization will be
Default: 15 done.
4. Address for IP address or node name for SNTP Server
SNTP Server
4. Port Number (1...65535) TCP/IP port number
Default: 123
4. Synchronization (0..3600) Time syncronization interval in seconds.
Interval If value is 0, no time syncronization will be
Default: 15 done.
SNTP Enable Client True Controls if time synchronization client is
initially in use or not
False
Default: True
SNTP Server
23
Station Automation COM600 3.5 1MRS755321
Default: True
Port Number For (1...65535) Port number for time synchronization
Time Synchroniza- server
tion Server Default: 123
Communication
Control
Report Control Default: Client1 Report Control Identity specifies, which
Identity report control block instance is used by
the OPC Server. The value must match
with the Report Client attribute under the
Report Enabled attribute of the report
control block to be used.
Default: ABB
24
1MRS755321 Station Automation COM600 3.5
System Event Level Disabled Level of system event that are sent from
the OPC Server. Amount of events sent
Level 1 (main operation and is cumulative, higher level also contains
errors) lower level events. System event level
configuration at OPC Server level over-
Level 2 (time synchronization rides definitions at subnetwork and device
errors) levels.
Level 3 (time synchronization
done)
Default: Disabled
The IEC 61850 Subnetwork properties that can be configured and value ranges for them
can be found in Table 3.3.3-1. The actual configuration by using SAB600 is performed
as described in 3.3.1, Configuring object properties.
Each IEC 61850 node of the system must have a unique sub-
net/node address.
Basic
In Use In Use Controls whether the device communica-
tion is initially in use or not
Not In Use
Default: In Use
Communication
Port
Communication port ETH0, ETH1...ETHn LAN port used by the IEC 61850 protocol
for GOOSE receive.
Default: ETH0
GOOSE NIC Default: Network interface card used for GOOSE
\Device\NPF_{00000000-0000- receive. Long libpcap name used. Note!
0000-0000-000000000000} Only one subnetwork with GOOSE receive
(disabled) is supported.
25
Station Automation COM600 3.5 1MRS755321
Default: Disabled
TCP/IP Keepalive (1..3600) TCP/IP Keepalive time-out in seconds
Time-out
Default: 15
Table 3.3.4-1 lists the configurable properties for IEC 61850 Devices (used for ABB
protection and control devices) and value ranges for these properties. The actual config-
uration by using SAB600 is performed as described on 3.3.1, Configuring object proper-
ties.
Each IEC 61850 node of the system must have a unique subnet
or node address.
Basic
In Use In use Controls if the device communication is initially
in use or not.
Not in use
Default: In use
26
1MRS755321 Station Automation COM600 3.5
False
Default: False
System Event Level Level0=Dis- Level of system events (OPC AE events) can
abled be viewed with a SAB600 Diagnostic AE client
for OPC Server or with an OPC AE client.
Level1=Level 1 Amount of events sent is cumulative: higher
(main opera- level also contains lower level events. System
tion, error event level configuration at subnetwork over-
replies, errors) rides definitions at device level. The same or
higher event level must be set for Subnetwork
Level2=Level 2 as for IED.
(information
reports, OK System events can be used for debugging
replies, RCB and event flow monitoring, see Table 3.3.3-1.
initializing) Event level can be changed during the run
time by using the Diagnostic events level
Level3=Level 3 attribute, see 5.3.4, IEC 61850 device attrib-
(sent requests utes .
(connect, read,
write), transpar-
ent SPA mes-
sages)
Level4=Level 4
(reported local
updates)
Level5=Level 5
(reported
unconfigured
updates)
Addresses
IP Address 127.0.0.1 IEC 61850 Node Number of the device
OSI ACSE AE Qualifier 23 IEC 61850 Subnet Number of the device
OSI ACSE AP Title Value 1,3,9999,23 OSI ACSE AP Title Value as defined in IEC
61850-8-1.
OSI Presentation Selector 00000001 OSI Presentation Selector as defined in IEC
61850-8-1.
OSI Session Selector 0001 OSI Session Selector as defined in IEC
61850-8-1.
OSI Transport Selector 0001 OSI Transport Selector as defined in IEC
61850-8-1.
Communication Control
27
Station Automation COM600 3.5 1MRS755321
Default: False
Enable EntryID Check True Enable reporting EntryID check. Report
EntryIDs are used as sequence numbers for
False buffered reporting. A gab in sequence num-
bers caused a restart of reporting starting from
Default: False lost sequence number.
MMS Request Timeout 0...65535 Specifies the time out for MMS Request. If 0
it is not in use.
Default: 5000
Report Control Block Initialize True Initialize to report control blocks and enable
reporting.
False
Default: True
Use 32 Bit Entry ID True Enables or disables usage of 32 bit EntryIDs
for information report sequence.
False
The IEC 61850 standard defines 64 bit
Default: False EntryID, but e.g. SPA-ZC 40x uses 32 bit
EntryID.
Use Sequence Number Check True Enables or disables sequence number
checking information reports for the IEC
False 61850 OPC server.
Default: False
Polling
28
1MRS755321 Station Automation COM600 3.5
Default: False
Disable Synchrocheck for All True Disables synchrocheck condition check for all
Controls select and operate controls.
False
Default: False
Interlock Override Supported True Specifies whether Interlock Override is suppor-
ted by this IED.
False
Default: False
Station/Remote Switch OPC OPC path of the station remote switch position
Path to be used with this device.
E.g.
#ABB.IEC61850_OPC_DA_Server.Instance[1]1#Chan-
nel1\\IED1\\LD1\\GGIO1\\loc
Synchrocheck Override Suppor- True Specifies whether Synchrocheck Override is
ted supported by this IED.
False
Default: False
OPC Alarm and Event
Device Connection Status Class Default: Device Device Connection Status Class definition
Connection used with current device.
Status
Authentication
Is Authentication Disabled True Is Authentication Disabled?
False
Default: True
29
Station Automation COM600 3.5 1MRS755321
False
Default: False
Password Default: None Password used for authentication.
SPA Access
SPA parameter for Close Pass- SPA parameter for close Password.
word
SPA value for Open Password SPA parameter value for open Password.
SPA Store parameter name SPA store parameter name.
SPA Store parameter value 0...65536 SPA store parameter value.
SPA Value for Close Password 0...65536 SPA value for close password.
SPA value for Open Password 0...65536 SPA value for open password.
Disturbance Recording
Disturbance Recorder Delete Default: False Specifies whether DRs are deleted from IED
Recordings after upload.
Disturbance Recorder Enabled Default: False Specifies whether DR upload is enabled.
Disturbance Recorder Local Dir- Specifies the folder where all disturbance
ectory recordings will be stored in COM600 com-
puter. If left empty "C:\COMTRADE\IEDName"
will be used.
Disturbance Recorder Maximum 0 - Specifies maximum size for folder where
Total File Size 2147483647 uploaded DRs are locally stored for this IED.
0: no limit
Default: 0
Disturbance Recorder Polling 0- DR polling period in seconds
Period 2147483647
0: disabled
Default: 120
Disturbance Recorder Remote Specifies the folder where all disturbance
Directory recordings will be stored in this IED.
Disturbance Recording via
FTP
Disturbance Recorder FTP FTP password to be used with DR functional-
Password ity
Disturbance Recorder FTP User FTP username to be used with DR functional-
Name ity
30
1MRS755321 Station Automation COM600 3.5
Disturbance Recorder Read Via False: MMS Specifies whether DRs shall be read using
FTP (IEC 61850) FTP.
True: FTP
Default: False
Web Server Configuration
Web Server Enabled True Specifies whether IED Web Server is
accessible from COM600 HMI.
False
Default: False
Web Server IP Address IP Address for Web Server. Dotted decimal
or DNS name to be used. If omitted and Web
Server is enabled, IED IP Address is used.
The logical devices are already configured when they are imported with IEC61850
devices. The configurations can be monitored with viewers, refer to 3.3.7, Provided
viewers.
Transparent SPA
SPA Address (0..999) The SPA address of the device connected
via TCP/IP.
Default: 0
By setting value >0 enables the built in
TCP/SPA client, which can be used through
the Transparent SPA attribute, see 5.3.6, IEC
61850 logical device attributes.
SPA TCP Port (1..65535) SPA TCP Port
Default: 7001
SPA TCP Timeout (1..65535) SPA TCP Timeout in seconds
Default: 3
31
Station Automation COM600 3.5 1MRS755321
Control Authoriza-
tion
Station/Remote Station/Remote Switch OPC Path
Switch OPC Path
OPC path of the station remote switch posi-
tion to be used with this device.
E.g.
#ABB.IEC61850_OPC_DA_Server.Instance[1]#Chan-
nel1\IED1\LD1\GGIO1\loc
SPA Access
SPA parameter for SPA parameter for close Password.
Close Password
SPA value for SPA parameter value for open Password.
Open Password
SPA Store para- SPA store parameter name.
meter name
SPA Store para- 0...65536 SPA store parameter value.
meter value
SPA Value for 0...65536 SPA value for close password.
Close Password
SPA value for 0...65536 SPA value for open password.
Open Password
IEC 61850 OPC Server supports data objects for status, measurand, controllable status,
and controllable analog information. IEC 61850 OPC Server supports 28 data object
types for an IEC 61850 Device. The data objects are already configured when they are
imported with IEC 61850 devices. The configurations can be monitored with viewers,
refer to 3.3.7, Provided viewers.
32
1MRS755321 Station Automation COM600 3.5
The parameters are stored in object properties in SAB600. The actual configuration for
data objects is not supported.
You can view configurated data object types, data attribute types and enumerated
attributes with provided viewers for IEC 61850 OPC Server.
33
Station Automation COM600 3.5 1MRS755321
With DOType Viewer you can view the attributes of the DOtypes under the IEC 61850
OPC Server in the communication structure. From the DOType drop-down menu you
can select the data object types to view, see Figure 3.3.7-1.
DOTypeView.bmp
With DAType Viewer, you can view the attributes of the DAtypes under the IEC 61850
OPC Server in the communication structure. From the DAType drop-down menu you
can select the data attribute types to view, see Figure 3.3.7-2.
DATypeView.jpg
With Enum Viewer, you can view the enumeration of EnumTypes under the IEC 61850
OPC Server in the communication structure. From the EnumType drop-down menu you
can select the enumerated basic type attributes to view, see Figure 3.3.7-3.
34
1MRS755321 Station Automation COM600 3.5
EnumView.jpg
With DOI Editor you can override the data object’s default values if necessary, see Fig-
ure 3.3.7-4. Refer to IEC standards IEC 61850-6 and IEC 61850-7-3.
DOI_Editor.bmp
A report control block (RCB) controls the spontaneous event reporting, and the client
can modify report sending behavior by setting RCB attributes. Buffered Report Control
Blocks (BRCB) and Unbuffered Report Control Blocks (URCB) are supported RCBs.
For BRCB, events issue immediate sending of reports or buffer the events for transmis-
sion, such that data values are not lost due to transport flow control constraints or loss
of connection. For URCB, events issue immediate sending of reports on a best efforts
basis. If no association exists or if the transport data flow is not fast enough to support
it, events may be lost.
To allow multiple clients to receive the same data values, multiple instances of the report
control classes must be made available. Report Enabled and Report Client definitions
are used to specify RCB instances to clients. Report Enabled shows the maximum
number of available RCB instances, and Report Client dedicates an instance to a client
(see Report Control Identity in Table 3.3.2-1). All configured RCBs without IEC 61850
OPC Server specified instances are discarded.
Report Clients’ order specifies the RCB instance used and the RCB name. IEC 61850
OPC Server builts the RCB instance name to type RCBName<xx>. Each RCB instance
35
Station Automation COM600 3.5 1MRS755321
takes on the values from 01 to 99 as <xx>, for example the first Report Client uses
RCBName01. The naming convention can also be overridden by removing the Report
Enabled element. Now the RCBName is used as it is.
The control attribute values are received from the imported device configuration. Some
values can be overridden with the IEC 61850 OPC Server configuration.
• Buffer Time
Controls the time interval in milliseconds when the BRCB buffers the events for
inclusion into a single report. Overridable.
• Buffered
Controls RCB to buffered (true) or unbuffered (false). Must be true for BRCB.
• Configuration Revision
Represents the number of times that the configuration of the RCB has changed.
• Data Set
Specifies the data set being monitored and what values are reported.
• Integrity period
If this is set to integrity (>0), it indicates the period in milliseconds used for gener-
ating an integrity report. An integrity report reports the values of all members of the
related data set. Overridable.
• Report ID
Report identifier is the BRCB’s client-specified report identifier. Report identifier
generates the report.
• Option Fields
Client specified optional fields included in the report issued by BRCB. This attribute
defines the optional header fields’ subset of the report that are included in the report.
Refer to IEC 61850-7-2 and IEC 61850-8-1 standards. The IEC 61850 OPC Server
uses a default value for option fields to receive the necessary information for event
updates and event flow control (cannot be overridden): BRCB (Sequence Number,
Reason Code, Buffer Overflow, Entry ID), URCB (Sequence Number, Reason
Code). Overridable.
• Trigger Options
Specifies the trigger conditions which BRCB monitors. The following values are
defined: Data Change(dchg), Quality Change(qchg), Data Update(dupd), Period.
Buffer time and Integrity period are overridable. Option fields are also overridable,
except the default values that IEC 61850 OPC Server uses to receive the necessary
information for event updates and event flow control.
36
1MRS755321 Station Automation COM600 3.5
4. Operation
This is done by using the Online Diagnostics function in SAB600, select Tools > Online
Diagnostics or select the object, right-click the IEC 61850 Server object and select
Online Diagnostics from the shortcut menu, see Figure 4.2-1.
The server, a device, or data object is dragged and dropped from the Project Explorer’s
Communication structure under the Online Diagnostics function. Select the Project
Explorer from the View menu if it is not already open.
OPCDiag.bmp
37
Station Automation COM600 3.5 1MRS755321
Event_log_61850.bmp
DiagAEClient.jpg
38
1MRS755321 Station Automation COM600 3.5
SubDiag.bmp
In the Diagnostic counters field, you can monitor the subnetwork activity and the available
properties, see Figure 4.4-1. To reset Diagnostic counters, click Reset counters.
You can take an IEC 61850 subnetwork into use by selecting the In use check box. If
you clear the check box, the subnetwork is taken out of use. To update the diagnostic
counters click Refresh.
39
Station Automation COM600 3.5 1MRS755321
In the Status information field, you can monitor the device status. The Diagnostic
counters field provides information on device activity. To reset diagnostic counters, click
Reset counters. To update the diagnostic counters click Refresh.
You can take an IEC 61850 device into use by selecting the In Use check box. If you
clear the check box, the device is taken out of use.
40
1MRS755321 Station Automation COM600 3.5
DeviceDiag.bmp
41
Station Automation COM600 3.5 1MRS755321
In the Status information field, you can monitor and set attribute values and use control
services. The Diagnostic counters field provides information on device activity.
42
1MRS755321 Station Automation COM600 3.5
5. Technical reference
In general it is done by using an OPC node to represent an IEC 61850 object, and OPC
item tags to represent the attributes of the object. Most objects are single-level (that is,
use only on node) but some are hierarchical and use several nodes.
The relationship between IEC 61850 data models and the LON OPC Server is described
in this section.
For each data class, there is a table giving a detailed description about the relationship
between the LON data and the IEC 61850 data object attributes and services. The tables
also describe how the data is presented on the OPC Server name space.
The following table defines the mapping of quality in MMS (IEC 61850 7-3). Only 14
bits (LSB) in quality are valid.
43
Station Automation COM600 3.5 1MRS755321
The value of validity is presented as the value of the quality attribute. The other values
are presented as OPC properties of the quality in the OPC namespace.
Table 5.2.3-1 Mapping quality value to OPC
Name Type Value/ Value M/O/C OPC Data Type
range
44
1MRS755321 Station Automation COM600 3.5
Example:
Analogue values are always presented as 32-bit float values (VT_R4) so that the .f and
.i extensions are discarded from the attribute names to simplify the OPC namespace. If
a device only supports integer values, the value is converted to a floating point present-
ation of the value according to its configuration and the following formula, refer to
5.2.6, Configuration of analogue value (ScaledValueConfig).
45
Station Automation COM600 3.5 1MRS755321
ƒ×10units.multiplier = (¡×scaleFactor)+offset
Table 5.2.5-1 Analogue value (AnalogueValue)
Name Type Value/ Value M/O/C OPC Data Type
range
Example:
The following table defines the mapping of configuration of analogue value (ScaledValue-
Config).
Table 5.2.6-1 Configuration of analogue value (ScaledValueConfig)
Name Type Value/ Value M/O/C OPC Data Type
range
46
1MRS755321 Station Automation COM600 3.5
hhLim, hLim, lLim, llLim: These attributes are configuration parameters used in the
context with the range attribute.
min: The min (minimum) attribute represents the minimum process measurement for
which values of i or f are considered within process limits.
max: The max (maximum) attribute represents the maximum process measurement for
which values of i or f are considered within process limits.
The following table defines the mapping of Step position with transient indication
(ValWithTrans).
Table 5.2.8-1 Step position with transient indication (ValWithTrans)
Name Type Value/ Value M/O/C OPC Data Type
range
The table following table defines the mapping of pulse configuration (PulseConfig).
Table 5.2.9-1 Pulse configuration (PulseConfig)
Name Type Value/ Value M/O/C OPC Data Type
range
5.2.10. Originator
47
Station Automation COM600 3.5 1MRS755321
5.2.11. Unit
5.2.12. Vector
5.2.13. TimeStamp
The timestamp OPC attributes are presented as OPC type VT_DATE. It is implemented
using an 8-byte floating-point number. Days are represented by whole number increments
48
1MRS755321 Station Automation COM600 3.5
starting with 30 December 1899, midnight as time zero. Hour values are expressed as
the absolute value of the fractional part of the number.
5.2.14. AbbCommandBitmask
49
Station Automation COM600 3.5 1MRS755321
The following table defines the common data class of single point status.
Table 5.2.15.1-1 Single point status (SPS)
Name Type FC Value/ Value M/O OPC Data
range Type
The following table defines the common data class of double point status.
Table 5.2.15.2-1 Double point status (DPS)
Name Type FC Value/ Value M/O OPC Data
range Type
50
1MRS755321 Station Automation COM600 3.5
t TimeStamp ST M VT_DATE
subEna BOOLEAN SV O VT_BOOL
subVal CODED SV intermediate- O VT_I4
ENUM state (0) | off
(1) | on (2) |
bad-state (3)
subQ Quality SV O VT_I4
subID VISIBLE SV O VT_BSTR
STRING64
d VISIBLE DC Text O VT_BSTR
STRING255
dU UNICODE DC O VT_BSTR
STRING255
cdcNs VISIBLE EX O VT_BSTR
STRING255
cdcName VISIBLE EX O VT_BSTR
STRING255
dataNs VISIBLE EX O VT_BSTR
STRING255
The following table defines the common data class of integer status.
Table 5.2.15.3-1 Integer status (INS)
Name Type FC Value/ Value M/O OPC Data
range Type
51
Station Automation COM600 3.5 1MRS755321
The following table defines the common data class of protection activation information.
Table 5.2.15.4-1 Protection activation information (ACT)
Name Type FC Value/ Value M/O OPC Data
range Type
The following table defines the common data class of directional protection activation
information.
52
1MRS755321 Station Automation COM600 3.5
The following table defines the common data class of security violation counting.
53
Station Automation COM600 3.5 1MRS755321
The following table defines the common data class of binary counter reading.
Table 5.2.15.7-1 Binary counter reading (BCR)
Name Type FC Value/ Value M/O OPC Data
range Type
54
1MRS755321 Station Automation COM600 3.5
The following table defines the common data class of measured value.
Table 5.2.16.1-1 Measured value (MV)
Name Type FC Value/ Value M/O OPC Data
range Type
55
Station Automation COM600 3.5 1MRS755321
The following table defines the common data class of measured value.
Table 5.2.16.2-1 Complex measured value (CMV)
Name Type FC Value/ Value M/O OPC Data
range Type
instCVal Vector MX O
cVal Vector MX M
range ENUMER- MX normal (0) | O VT_I4
ATED high (1) | low
(2) | high-high
(3) | low-low
(4) | ...
q Quality MX M VT_I4
t TimeStamp MX M VT_DATE
subEna BOOLEAN SV O VT_BOOL
subVal Vector SV O
subQ Quality SV O VT_I4
56
1MRS755321 Station Automation COM600 3.5
The following table defines the common data class of sampled value.
Table 5.2.16.3-1 Sampled value (SAV)
Name Type FC Value/ Value M/O OPC Data
range Type
57
Station Automation COM600 3.5 1MRS755321
5.2.16.4. WYE
The following table defines the common data class of WYE. This class is a collection
of simultaneous measurements of values in a three phase system that represent phase to
ground values.
Table 5.2.16.4-1 WYE
Name Type FC Value/ Value M/O OPC Data
range Type
phsA CMV MX Oa
phsB CMV MX Oa
phsC CMV MX Oa
neut CMV MX Oa
net CMV MX Oa
res CMV MX Oa
angRef ENUMER- CF Va (0) | Vb (1) O VT_I4
ATEDe | Vc (2) | Aa
(3) | Ab (4) |
Ac (5) | Vab
(6) | Vbc (7) |
Vca (8) |
Vother (9) |
Aother (10)
d VISIBLE DC Text O VT_BSTR
STRING255
58
1MRS755321 Station Automation COM600 3.5
dU UNICODE DC O VT_BSTR
STRING255
cdcNs VISIBLE EX O VT_BSTR
STRING255
cdcName VISIBLE EX O VT_BSTR
STRING255
dataNs VISIBLE EX O VT_BSTR
STRING255
The following table defines the common data class of delta. This class is a collection of
measurements of values in a three phase system that represent phase to phase values.
Table 5.2.16.5-1 Delta (DEL)
Name Type FC Value/ Value M/O OPC Data
range Type
phsAB CMV MX Oa
phsBC CMV MX Oa
phsCA CMV MX Oa
angRef ENUMER- CF Va (0) | Vb (1) O VT_I4
ATED | Vc (2) | Aa
(3) | Ab (4) |
Ac (5) | Vab
(6) | Vbc (7) |
Vca (8) |
Vother (9) |
Aother (10)
d VISIBLE DC Text O VT_BSTR
STRING255
dU UNICODE DC O VT_BSTR
STRING255
cdcNs VISIBLE EX O VT_BSTR
STRING255
cdcName VISIBLE EX O VT_BSTR
STRING255
dataNs VISIBLE EX O VT_BSTR
STRING255
59
Station Automation COM600 3.5 1MRS755321
c1 CMV MX Oa
c2 CMV MX Oa
c3 CMV MX Oa
seqT ENUMER- CF pos-neg-zero O VT_I4
ATED (0) | dir-quad-
zero (1)
phsRef ENUMER- CF A (0) | B (1) | VT_I4
ATED C (2) | ...
d VISIBLE DC Text O VT_BSTR
STRING255
dU UNICODE DC O VT_BSTR
STRING255
cdcNs VISIBLE EX O VT_BSTR
STRING255
cdcName VISIBLE EX O VT_BSTR
STRING255
dataNs VISIBLE EX O VT_BSTR
STRING255
The following table defines the common data class of controllable single point.
Table 5.2.17.1-1 Controllable single point (SPC)
Name Type FC Value/ Value M/O OPC Data
range Type
60
1MRS755321 Station Automation COM600 3.5
61
Station Automation COM600 3.5 1MRS755321
Mapping of controls
The following table defines the common data class of controllable double point.
Table 5.2.17.2-1 Controllable double point (DPC)
Name Type FC Value/ Value M/O OPC Data
range Type
62
1MRS755321 Station Automation COM600 3.5
63
Station Automation COM600 3.5 1MRS755321
ctlOperOn: This attribute shall determine the control activity operation in direction
On/Close.
ctlOperOff: This attribute shall determine the control activity operation in direction
Off/Open.
ctlSelOn: This attribute shall determine the selection with direction On/Close.
ctlSelOff; This attribute shall determine the selection with direction Off/Open.
ctlOper: This attribute shall determine the selection with direction (direction got from
previous select). Only applicable for controls with SBO.
Mapping of controls
The ctlSelOn, ctlSelOff, ctlCan, selCause, cmdTermCause, stSeld and the bits in Con-
trolValues are not applicable.
64
1MRS755321 Station Automation COM600 3.5
The following table defines the common data class of controllable integer status.
Table 5.2.17.3-1 Controllable integer status (INC)
Name Type FC Value/ Value M/O OPC Data
range Type
65
Station Automation COM600 3.5 1MRS755321
Mapping of controls
66
1MRS755321 Station Automation COM600 3.5
The following table defines the common data class of binary controlled step position
information.
Table 5.2.17.4-1 Binary controlled step position information (BSC)
Name Type FC Value/ Value M/O OPC Data
range Type
67
Station Automation COM600 3.5 1MRS755321
Mapping of controls
68
1MRS755321 Station Automation COM600 3.5
The following table defines the common data class of integer controlled step position
information.
Table 5.2.17.5-1 Integer controlled step position information (ISC)
Name Type FC Value/ Value M/O OPC Data
range Type
69
Station Automation COM600 3.5 1MRS755321
O
subEna BOOLEAN SV O VT_BOOL
subVal INT32 SV O VT_I4
subQ Quality SV O VT_I4
subID VisibleString SV Text O VT_BSTR
O
ctlModel ENUMER- CF Status-only (0) M VT_I4
ATED | direct-with-
normal-secur-
ity (1) | sbo-
with-normal-
security (2) |
direct-with-
enhanced-
security (3) |
sbo-with-
enhanced-
security (4)
sboTimeout INT32U CF O VT_I4
sboClass ENUMER- CF operate-once O VT_I4
ATED (0) | operate-
many (1)
minVal INT8 CF O VT_I4
maxVal INT8 CF O VT_14
stepSize INT8 CF 1 ... (maxVal - O VT_14
minVal)
d VISIBLE DC Text O VT_BSTR
STRING255
dU UNICODE DC O VT_BSTR
STRING255
cdcNs VISIBLE EX O VT_BSTR
STRING255
cdcName VISIBLE EX O VT_BSTR
STRING255
dataNs VISIBLE EX O VT_BSTR
STRING255
Mapping of controls
70
1MRS755321 Station Automation COM600 3.5
The following table defines the common data class of analogue set point.
Table 5.2.18.1-1 Analogue set point (APC)
Name Type FC Value/ Value M/O OPC Data
range Type
71
Station Automation COM600 3.5 1MRS755321
Mapping of controls
The following table defines the common data class of single point setting.
Table 5.2.19.1-1 Single point setting (SPG)
Name Type FC Value/ Value M/O OPC Data
range Type
72
1MRS755321 Station Automation COM600 3.5
dU UNICODE DC O VT_BSTR
STRING255
cdcNs VISIBLE EX O VT_BSTR
STRING255
cdcName VISIBLE EX O VT_BSTR
STRING255
dataNs VISIBLE EX O VT_BSTR
STRING255
The following table defines the common data class of integer status setting.
Table 5.2.19.2-1 Integer status setting (ING)
Name Type FC Value/ Value M/O OPC Data
range Type
The following table defines the common data class of analogue setting.
73
Station Automation COM600 3.5 1MRS755321
The following table defines the common data class of setting curve.
Table 5.2.20.2-1 Setting curve (CURVE)
Name Type FC Value/ Value M/O OPC Data
range Type
74
1MRS755321 Station Automation COM600 3.5
The following table defines the common data class of device name plate. Data of this
common data class are used to identify entities like primary equipment or physical
devices.
Table 5.2.21.1-1 Device name plate (DPL)
Name Type FC Value/ Value M/O OPC Data
range Type
75
Station Automation COM600 3.5 1MRS755321
The following table defines the common data class of logical node name plate. Data of
this common data class are used to identify logical nodes.
Table 5.2.21.2-1 Logical node name plate (LPL)
Name Type FC Value/ Value M/O OPC Data
range Type
Command Error codes of lastApplError attribute. The attribute is valid only for command
data classes and its value presents the status of the last command. It is updated when
command responses are received from devices.
The status code is received by adding the additional status code to main status code.
76
1MRS755321 Station Automation COM600 3.5
5.3. Attributes
In addition to attributes for process data (indications and commands), the OPC Server
also provides some attributes for controlling the devices and retrieving status information
from them. These attributes are available for the OPC access client.
77
Station Automation COM600 3.5 1MRS755321
Access: Read-only
Access: Read-only
78
1MRS755321 Station Automation COM600 3.5
79
Station Automation COM600 3.5 1MRS755321
100 = Ready
102 = Simulated
Diagnostic events False = Diagnostic events dis- Data type: Boolean
enabled abled
Access: No limitations
True = Diagnostic events
enabled Enables/disables diagnostic events
4 = Level4
5 = Level5
Diagnostic coun-
ters
80
1MRS755321 Station Automation COM600 3.5
Access: No limitations
Access: No limitations
Access: No limitations
81
Station Automation COM600 3.5 1MRS755321
82
1MRS755321 Station Automation COM600 3.5
83
Station Automation COM600 3.5 1MRS755321
100 = Ready
91 = Initializing
84
1MRS755321 Station Automation COM600 3.5
85
Station Automation COM600 3.5 1MRS755321
Access: No limitation
Access: No limitation
86
1MRS755321 Station Automation COM600 3.5
The Transparent XSAT attribute can be used to read and write IEC 61850 attributes,
which are not configured to the OPC namespace of the IEC 61850 OPC Server. For
example, the transparent XSAT attribute can be used for setting group controlling. The
Transparent XSAT attribute is used through an OPC client. The attribute uses the OPC
data type BSTR, which is a variant of VT_BSTR data type.
The Transparent XSAT attribute passes on request the IEC 61850 servers and their
attributes outside the IEC 61850 OPC servers namespace. The IEC 61850 OPC server
does not check the outgoing attributes. Therefore the IEC 61850 OPC clients which are
using the Transparent XSAT attribute know what attributes they are accessing. The
Transparent XSAT attribute only supports read and write requests.
The Transparent XSAT attribute uses synchronic data access in the IEC 61850 OPC
server. When an IEC 61850 OPC client writes a request, the IEC 61850 OPC server
parses and sends the request to the IEC 61850 server.
The Transparent XSAT attribute returns and releases the request after it has received
reply from the IEC 61850 server. The reply is written in the Transparent XSAT attribute
as an XSAT string.
87
Station Automation COM600 3.5 1MRS755321
The data type of the attribute is not known, because it is not included in the IEC 61850
OPC Server configuration (SCL). The Transparent XSAT attribute asks first the required
data type, before reading the data from an IEC 61850 server.
If the Transparent XSAT attribute receives a success message, the data type is saved. If
the Transparent XSAT attribute receives an error message, an XSAT error string is sent
to the IEC 61850 OPC client.
The IEC 61850 OPC server request for the data type with a ReadVariableData service.
The results are written in the Transparent XSAT attribute as an XSAT string. The XSAT
string contains success and error messages.
The attribute data type is known from a previous request or the attribute is included in
the IEC 61850 OPC Server configuration (SCL). The IEC 61850 OPC server directly
uses a ReadVariableData service to complete the request. The reply message is written
in the Transparent XSAT attribute as an XSAT string. The XSAT string contains success
and error messages.
The data type of the attribute is not known, because it is not included in the IEC 61850
OPC Server configuration (SCL). The Transparent XSAT attribute first asks the required
data type, before writing the data from an IEC 61850 server.
If the Transparent XSAT attribute receives a success message, the data type is saved. If
the Transparent XSAT attribute receives an error message, an XSAT error string is sent
to the IEC 61850 OPC client.
The IEC 61850 OPC server requests for the data type with a WriteVariableData service.
The results are written in the Transparent XSAT attribute as an XSAT string. The XSAT
string contains success and error messages.
The attribute data type is known from a previous request or the attribute is included in
the IEC 61850 OPC Server configuration (SCL). The IEC 61850 OPC server directly
uses a WriteVariableData service to complete the request. The reply message is written
in the Transparent XSAT attribute as an XSAT string. The XSAT string contains success
and error messages.’
88
1MRS755321 Station Automation COM600 3.5
XSAT Formats
89
Station Automation COM600 3.5 1MRS755321
Request:
SetDataValue&LDInst=LD1&LNName=LLN0&DORef=brcbStat-
Urg02&Attr=RptEna&FunConstr=BR&v=False
Reply OK:
<?xml version="1.0"?><!DOCTYPE XSAT SYSTEM "xsat-004.dtd"> <XSAT>
<Response> <Result>failure</Result> </Response> </XSAT>
SPA address = 1
This section defines how the IEC 61850 file transfer services between the IEC 61850
OPC Server and the IEC 61850 devices are used through OPC DA. Since it is not possible
90
1MRS755321 Station Automation COM600 3.5
to pass files through OPC, the IEC 61850 OPC Server is used as a file storage. The
received and sent files are stored locally in the computer running the OPC server.
File transfer services are controlled by an OPC DA client through the OPC attributes
under the IED\Attributes\File transfer node. For more information about the file transfer
attributes, refer to 5.4.2, File Transfer attributes.
The supported file transfer services are GetFile, SetFile, DeleteFile, GetFileAttributes,
GetFileAttributesEx, RenameFile, and Cancel. For more information about the file
transfer services, refer to 5.4.3, File Transfer services.
Make sure that the devices support the file transfer services.
Access: No limitations
Access: No limitations
Access: No limitations
Access: No limitations
91
Station Automation COM600 3.5 1MRS755321
Access: No limitations
Access: Read-only
5 = SetFile
6 = DeleteFile
The file transfer services are controlled through the OPC DA attributes, see Table 5.4.2-
1. To initiate a service, first the required parameters are written to respective OPC
attributes and then the service is started by writing the service control code to the file
transfer control attribute.
The file transfer control attribute uses synchronous data access for OPC. When an OPC
client writes a service request, the corresponding IEC 61850 file transfer service on the
92
1MRS755321 Station Automation COM600 3.5
device is called. When the service is finished or an error occurs, the OPC request is
released.
The status of the latest service is available in the Status attribute. After a service is started,
the status changes to the specific service status code. If the service is completed success-
fully, the status code is set to Ready (see Table 5.4.4-2). For more information about
service failure status codes, refer to Table 5.4.4-3 and Table 5.4.4-4. Only one service
can be called at a time.
GetFile
You can copy a specified file from a remote device to the local file storage with the
GetFile service. Through IEC 61850, this is done in three phases. First, the remote file
is opened, then read, and finally closed. Remote file parameters identify the remote file.
During this operation, the Status, Received bytes and File size in bytes attributes are
updated as the file is moved (in max MMS message size parts). The copied file is renamed
and placed to the local file storage according to local file parameters.
1120
1140
Failure status codes: 91xx
The remote file name: Remote file directory + Remote file name
The local file name: Local file directory + Local file name
GetFileAttributeValues
The GetFileAttributeValues service obtains the name of a file or group of files in the
remote file storage. Received file attributes are printed to the Output attribute. This service
prints only file names.
93
Station Automation COM600 3.5 1MRS755321
The remote file or directory name: Remote file directory + Remote file name
Output
The format of the result string is printed to the Output attribute in the following format:
{} = optional
filename1{, filename2{, filename3{...}}}
Example:
StdOut.txt
GetFileAttributeValuesEx
The GetFileAttributeValuesEx service obtains the name and the attributes of a file or
group of files in the remote file storage. Received file attributes are printed to the Output
attribute. This service prints the file names, file sizes, and last modification dates if these
are available.
The remote file or directory name: Remote file directory + Remote file name
94
1MRS755321 Station Automation COM600 3.5
Output
The format of the result string is printed to the Output attribute in a following format:
{} = optional
{ ,fn3[...]}}}
filename = string
size = bytes
d = Day of month as decimal number (01 - 31)
m = Month as decimal number (01 - 12)
Y = Year with century, as decimal number
H Hour in 24-hour format (00 - 23)
M = Minute as decimal number (00 - 59)
S = Second as decimal number (00 - 59)
Example:
StdOut.txt[12445;02.03.2004]
RenameFile
You can rename or move a file in the remote file storage with the RenameFile service.
95
Station Automation COM600 3.5 1MRS755321
SetFile
The SetFile service initiates the remote device to obtain a file from the local file storage
to the remote file storage. The service triggers an IEC 61850 device to call the IEC 61850
clients GetFile service and during this, the IEC 61850 client acts as a file server. During
this operation, the Status, Received bytes and File size in bytes attributes are updated as
the file is moved (in max MMS message size parts). The local file parameters identify
the local file and the copied file is placed to the remote file storage according to remote
file parameters.
1520
1540
1560
Failure status codes: 94xx
The remote file name: Remote file directory + Remote file name
The local file name: Local file directory + Local file name
DeleteFile
You can delete a file from the remote file storage with the DeleteFile service.
Cancel
You can cancel the current service with the Cancel service. The Cancel service sets the
status to Ready and clears for the following attribute values: File size in bytes, Received
bytes and Status.
96
1MRS755321 Station Automation COM600 3.5
Control code: 0
Status codes can be read from the Status attribute. The status indicates the current service
status and the service result.
Table 5.4.4-1 Service control codes
0 Cancel
1 GetFile
2 GetFileAttributeValues
3 GetFileAttributeValuesEx
4 Rename File
5 SetFile
6 DeleteFile
In the service status codes, the first number indicates success (1) or failure (9). The
second number indicates currently requested service (0 - 6). If a local service is requested
in multiple parts for the remote device, the third number indicates the currently called
remote service (1 - 3). The fourth number gives a detailed failure code (0 - 3).
Example:
97
Station Automation COM600 3.5 1MRS755321
The failure status code indicates a failure in requested service. The failure status code
can also include a more detailed error code indicating the failure type, which can be local
or remote failure (see Table 5.4.4-3).
Table 5.4.4-3 Failure
9000 Unspecified error
9100 Remote file open error
9120 Remote file read error
9140 Remote file close error
9200 Remote directory details error
9300 Remote directory details error
9400 Remote file rename error
9500 Error in remote obtaining local file
9520 Error in remote opening local file
9540 Error in remote reading local file
9560 Error in remote closing local file
9600 Remote file delete error
Reason: remote device is not supporting service, wrong parameters, no such file, con-
nection failed, and so on
Recovery: check remote device services support, check parameters (file names), check
connection and try again
This section defines the compliance to IEC 61850 in terms of service, modeling, and
engineering interfaces and gives detailed explanation of IEC 61850 capabilities of a
98
1MRS755321 Station Automation COM600 3.5
product. ACSI conformance statement describes the abstract services interfaces, which
are normally mapped to certain SCSM (Specific communication service mapping) and
therefore indirectly stated in PICS (Protocol Implementation Conformance Statement).
Client-Server roles
B11 Server side (of TWO- - a
PARTY-APPLICATION-
ASSOCIATION)
B12 Client side of (TWO- a - Supported
PARTY-APPLICATION-
ASSOCIATION)
SCSMs supported
B21 SCSM: IEC 6185-8-1 used Supported
B22 SCSM: IEC 6185-9-1 used Not supported
B23 SCSM: IEC 6185-9-2 used Not supported
B24 SCSM: other
Generic substation event
model (GSE)
B31 Publisher side - O
B32 Subscriber side O - Supported
Transmission of sampled
value model (SVC)
B41 Publisher side - O
B42 Subscriber side O - Not supported
99
Station Automation COM600 3.5 1MRS755321
100
1MRS755321 Station Automation COM600 3.5
c. Will be M if support for DATA SET, Substitution, Report, Log Control, or Time
model has been declared.
d. Will be M if support for Report, GSE, or SMV models has been declared.
Server
S1 ServerDirectory TP M
Application Associ-
ation
S2 Associate M M Supported
S3 Abort M M Supported
S4 Release M M Supported
Logical device
101
Station Automation COM600 3.5 1MRS755321
S5 LogicalDeviceDirectory TP M M Supported
Logical node
S6 LogicalNodeDirectory TP M M Supported
S7 GetAllDataValues TP O M Not supported
Data
S8 GetDataValues TP M M Supported
S9 SetDataValues TP O O Supported
S10 GetDataDirectory TP O M Supported
S11 GetDataDefinition v O M Supported
Data set
S12 GetDataSetValues TP O M Supported
S13 SetDataSetValues TP O O Not supported
S14 CreateDataSet TP O O Supported
S15 DeleteDataSet TP O O Not supported
S16 GetDataSetDirectory TP O O Supported
Substitution
S17 SetDataValues TP M M Supported
Setting up control
S18 SelectActiveSG TP O O Supported
S19 SelectEditSG TP O O Supported
S20 SetSGValues TP O O Supported
(through
Transparent
XSAT)
S21 ConfirmEditSGValues TP O O Supported
S22 GetSGValues TP O O Supported
(through
Transparent
XSAT)
S23 GetSGCBValues TP O O Supported
Reporting
Buffered report control
block (BRCB)
S24 Report TP a a Supported
S24-1 data-change (dchg)
S24-2 qchg-change (qchg)
S24-3 data-update (dupd)
102
1MRS755321 Station Automation COM600 3.5
103
Station Automation COM600 3.5 1MRS755321
104
1MRS755321 Station Automation COM600 3.5
105
106
1MRS755321 Station Automation COM600 3.5
Index
A
ABBCommandBitmask
mapping ......................................................................................................... 49
adding
Computer Node object .................................................................................... 18
Gateway ........................................................................................................ 18
Analogue set point (APC)
common data class ......................................................................................... 71
Analogue setting (ASG)
common data class ......................................................................................... 73
Analogue value
configuration .................................................................................................. 46
float values ..................................................................................................... 45
B
Binary controlled step position information (BSC)
common data class ......................................................................................... 67
Binary counter reading (BCR)
common data class ......................................................................................... 54
C
Cancel ............................................................................................................... 96
common data class
Analogue set point (APC) ................................................................................ 71
Analogue setting (ASG) ................................................................................... 73
Binary controlled step position information (BSC) .............................................. 67
Binary counter reading (BCR) .......................................................................... 54
Complex measured value (CMV) ..................................................................... 56
Controllable double point (DPC) ...................................................................... 62
Controllable integer status (INC) ...................................................................... 65
Controllable single point (SPC) ........................................................................ 60
Delta (DEL) .................................................................................................... 59
Device name plate (DPL) ................................................................................ 75
Directional protection activation information (ACD) ............................................ 52
Double point status (DPS) ............................................................................... 50
Integer controlled step position information (ISC) .............................................. 69
Integer status (INS) ......................................................................................... 51
Integer status setting (ING) .............................................................................. 73
Logical node name plate (LPL) ........................................................................ 76
Measured value (MV) ...................................................................................... 55
Protection activation information (ACT) ............................................................ 52
Sampled value (SAV) ...................................................................................... 57
Security violation counter (SEC) ...................................................................... 53
107
Station Automation COM600 3.5 1MRS755321
D
data object
data classes ................................................................................................... 32
DeleteFile ........................................................................................................... 96
Delta (DEL)
common data class ......................................................................................... 59
DetailedQuality
mapping ......................................................................................................... 45
Device name plate (DPL)
common data class ......................................................................................... 75
diagnostics events
Diagnostic AE Client ....................................................................................... 38
monitoring ...................................................................................................... 38
Directional protection activation information (ACD)
common data class ......................................................................................... 52
Double point status (DPS)
common data class ......................................................................................... 50
F
File transfer
attributes ........................................................................................................ 91
service codes ................................................................................................. 97
services ......................................................................................................... 92
108
1MRS755321 Station Automation COM600 3.5
G
Gateway
adding ........................................................................................................... 18
GetFile ............................................................................................................... 93
GetFileAttributeValues ........................................................................................ 93
GetFileAttributeValuesEx ..................................................................................... 94
I
IEC 61850
data object ..................................................................................................... 41
device ............................................................................................................ 40
device attributes ............................................................................................. 83
device properties ............................................................................................ 26
IED object ...................................................................................................... 20
line attributes .................................................................................................. 80
logical device attributes ................................................................................... 90
OPC Server object .......................................................................................... 18
subnetwork activity ......................................................................................... 39
subnetwork object ........................................................................................... 20
subnetwork properties ..................................................................................... 25
IEC 61850 OPC Server
features ......................................................................................................... 14
IEC 61850 quality ............................................................................................... 43
Integer controlled step position information (ISC)
common data class ......................................................................................... 69
Integer status (INS)
common data class ......................................................................................... 51
Integer status setting (ING)
common data class ......................................................................................... 73
L
Logical device
properties ....................................................................................................... 31
Logical node name plate (LPL)
common data class ......................................................................................... 76
M
mapping
ABBCommandBitmask .................................................................................... 49
DetailedQuality ............................................................................................... 45
originator ........................................................................................................ 47
pulse configuration .......................................................................................... 47
quality value ................................................................................................... 44
range configuration ......................................................................................... 46
step position with transient indication ............................................................... 47
unit ................................................................................................................ 48
109
Station Automation COM600 3.5 1MRS755321
vector ............................................................................................................ 48
Measured value (MV)
common data class ......................................................................................... 55
O
object properties
configuration .................................................................................................. 21
object tree
building .......................................................................................................... 16
OPC Server
diagnostics ..................................................................................................... 37
properties ....................................................................................................... 22
originator
mapping ......................................................................................................... 47
Output attribute ............................................................................................. 94–95
P
properties
Logical device ................................................................................................ 31
OPC Server .................................................................................................... 22
Protection activation information (ACT)
common data class ......................................................................................... 52
provided viewers ................................................................................................. 33
pulse configuration
mapping ......................................................................................................... 47
Q
quality value
mapping ......................................................................................................... 44
R
range configuration
mapping ......................................................................................................... 46
RenameFile ........................................................................................................ 95
report control block (RCB) ................................................................................... 35
S
Sampled value (SAV)
common data class ......................................................................................... 57
Security violation counter (SEC)
common data class ......................................................................................... 53
Sequence (SEQ)
common data class ......................................................................................... 60
Server attributes ................................................................................................. 78
110
1MRS755321 Station Automation COM600 3.5
SetFile ............................................................................................................... 96
Setting curve (CURVE)
common data class ......................................................................................... 74
Single point setting (SPG)
common data class ......................................................................................... 72
Single point status (SPS)
common data class ......................................................................................... 50
step position with transient indication
mapping ......................................................................................................... 47
subnetwork
IEC 61850 ...................................................................................................... 20
T
timestamp .......................................................................................................... 48
Transparent XSAT attribute ................................................................................. 87
U
unit
mapping ......................................................................................................... 48
V
vector
mapping ......................................................................................................... 48
W
WYE
common data class ......................................................................................... 58
111
112
Contact us
ABB Inc.
Distribution Automation
655 Century Point
Lake Mary, FL 32746, USA
Tel: +1 407 732 2000
Fax: +1 407 732 2335
www.abb.com/substationautomation