1050   GTS Phycomaddr definition in SCL example

Created: 20 Mar 2013

Status: In Force (green)

Part: Part 7-2 (2010; Edition 2)

Links:

Page: 197

Clause: B.2

Paragraph:

Category: Issue for edition 2 of this part

Issue

IEC 61850 7-2 defines an attribute type call PHYCOMADDR.
IEC 61850-6 includes PhyComAddr in the basicTypes.
IEC 68150-8-1 defines PhyComAddr as an structure.

Within the SCL example in IEC61850-7-2, using the line:

<DA name="dstAddres bType="PhyComAddr" fc"SR" desc="" cond="M"/>

the MMS stack has to create a structure with "Addr","PRIORITY","VID","APPID" from a <DA> with bType different from "Struct".

The same effect can be reached with the folowing SCL:

<DA name="dstAddes bType="Struct" type="myPhyComAddr" fc"SR" desc="" cond="M"/>

<DAType id="myPhyComAddr">
<BDA name="Addr" bType="Octet64">
<BDA name="PRIORITY" bType="INT8U">
<BDA name="VID" bType="INT16U">
<BDA name="APPID" bType="INT16U">
</DAType>


Up to the definition of PhyComAddr, only the DA elements using bType "Struct" could have childrens in the information model structure.

The second SCL approach does not require any change in the MMS stacks.

From the IED device model developer, can we use the second approach?
Thank you for your clarification.

Proposal

Discussion Created Status
With an SCL 2007B and lower, the only possibility is to use the bType PhyComAddr in the DataTypeTemplate
<DA name="dstAddress" bType="PhyComAddr" fc="SR"/>

With an SCL 2007B2 or higher, both
-bType="Struct" with associated DaType
-bType="PhyComAddr" are possible
are possible.

At the end, the GTS instance that is used for tracking the GOOSE access shall use the data model that is consistent with the transport used: Layer 2, or UDP/IP.
As routable capabilities are introduced with Ed2.1 of 8-1, there is no interop issue to expect. Clients shall be aware of the type abstraction when PhyComAddr in used in the DataTypeTemplate of a server, that the real model in the device will be determined by the transport used for the realisation of multicast association
09 Feb 16 In Force (green)
For Ed2.0 the myPhyComAddr DAType structure will result in SCL schema validation errors. Thus only the bType option is allowed for Ed2.0. In the SCL environment the bType="PhyComAddr" (not PHYCOMADDR).
This is the correct SCL:
<DA name="dstAddress" bType="PhyComAddr" fc="SR"/>
29 Jan 16 In Force (green)

 

Privacy | Contact | Disclaimer

Tissue DB v. 23.12.13.1