riseclipse / riseclipse-validator-scl2003

https://riseclipse.github.io
Eclipse Public License 2.0
1 stars 1 forks source link

Add a control on the extended DO that reuse standard DO names #161

Closed ADehouck closed 4 months ago

ADehouck commented 4 months ago

IEC 61850 standard stands that DO names can be reused in exentions (either for additionnal DO in standard LN, or DO in extended LN)

In this case, the DO shall have the same meaning, which means that:

Example :

The DO "HeatAlm" id defined in SPTR, and has the meaning "If true, the supervision has detected an abnormal state of the heater."

It is possible to extend a standard LN (for example SPRS) with this DO "HeatAlm", or to use it in a private extended LN "USER"

but in these cases:

image