3lbits / CIM4NoUtility

CIM for the Norwegian Power Utility
Creative Commons Attribution Share Alike 4.0 International
21 stars 6 forks source link

Mapping of alarms defined in REN6025 #178

Open hemaglu opened 2 years ago

hemaglu commented 2 years ago

How should alarms defined in Norwegian standard REN6025 (monitoring and control of substation) be mapped to CIM?

The table below shows the alarms we receive from our NSO system and an example of mapping to EndDeviceEventType.

image

ChrisJens commented 1 year ago

Suggestion: Is it possisble to add another element to the EndDeviceEventDetails array and use this for the reference to the REN6025 standard?

"EndDeviceEventDetails": [

{

            "name": "triggervalue",

            "value": "201 mA"

          },

{

            "name": "REN6025.ref",

            "value": "11.3.3"

          } ]

ChrisJens commented 1 year ago

Updated table of NSO system alarm mappings: image

REN6025 section 11.2 is a bullet point list. The referance includes numbers that corresponds with the order of these points. image image

Recommended solution is to include REN6025 referanse in "EndDeviceEventType" under "Names". image