Project

General

Profile

CIM Issues #6663

The SSH profile needs to be revisited and updated for consistency.

Added by Todd Viegut 4 months ago. Updated 3 months ago.

Status:
Open
Priority:
High
Author/Contact Info:
Todd Viegut
Base Release:
Solution to be Applied To:
CIM18
Solution Version:
CIM18
Solution Applied By:
Completion Date:
CIM Keywords:
Breaking Change:
No
Breaking Change Description:
CIM Impacted Groups:
WG13
Requestor:
Standard(s):

IEC 61970-456

Version:
Clause:
Sub-Clause:
Paragraph:
Table:
Originally Closed in Version:
Origination Date:
Origination ID:
Originally Assigned To:

Description

In reviewing the existing SSH profile we observe inconsistency the approach for what devices are being "generalized". Specifically, most devices are reified in the instanced data as cim:Equipment. For example:

<cim:Equipment rdf:about="#_c5aa8f57-82a4-4242-b093-2183cc6732b5">
<cim:Equipment.inService>true</cim:Equipment.inService>
</cim:Equipment>

However, in the case of Switches we have the specific specializations defined in the profile (Jumper, Breaker, etc). This should be changed such that these are removed and that all specialized of cim:Switch appear in the profile as:

<cim:Switch rdf:about="#_c5aa8f57-82a4-4242-b093-2183cc6732b5">
<cim:Equipment.inService>true</cim:Equipment.inService>
...
</cim:Switch>


Proposed Solution

Review the entire profile to address all unnecessary specializations within the profile definition. As a rule, the device should be declared at the "highest level" for which the needed SSH attributes appear in.

For example, in the case of Switches we have the specific specializations defined in the profile (Jumper, Breaker, etc). This should be changed such that these are removed and that all specialized of cim:Switch appear in the profile as:

<cim:Switch rdf:about="#_c5aa8f57-82a4-4242-b093-2183cc6732b5">
<cim:Equipment.inService>true</cim:Equipment.inService>
...
</cim:Switch>


Decision

17-Jan-2024:
In CIM18 (456-SSH) we will add in SSH all classes that inherit from Equipment and make Equipment abstract.

#1

Updated by Chavdar Ivanov 3 months ago

  • Decision updated (diff)
#2

Updated by Chavdar Ivanov 3 months ago

  • Status changed from New to Open

Also available in: Atom PDF