Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report ID (rptID) should not be empty #1571

Open
BurTah00 opened this issue Aug 22, 2024 · 0 comments
Open

Report ID (rptID) should not be empty #1571

BurTah00 opened this issue Aug 22, 2024 · 0 comments
Labels

Comments

@BurTah00
Copy link

According to:

iec61850-7-2-ed2: 17.2.2.4 RptID - report identifier

The attribute defines the client-specified report identifier that has caused the generation of the report.

(warning) If the report identifier value is NULL, then the (mms) reference of the BRCB shall be reported as the report identifier (note: according to iec61850-8-1 this applies for report services in general (BRCB and URCB))

OpenSCD leaves rptID by default empty.
image

When the SCL file exported with empty rptID is imported to SIEMENS SysConf:
image
it fails because of MinLength.

In SIEMENS SysConf, rptID comes by default with CB Reference, if not modified later;
image

This implementation is same in ABB.

Proposal:
Apply the same behaviour; if rptID is empty, fill it with CB Ref by default.

@BurTah00 BurTah00 added the Kind: Enhancement New Request label Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant