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

Read-Only attributes -- Display LN description in the IED plug-in #1553

Closed
DavoodSooran opened this issue Jul 11, 2024 · 0 comments · Fixed by #1568
Closed

Read-Only attributes -- Display LN description in the IED plug-in #1553

DavoodSooran opened this issue Jul 11, 2024 · 0 comments · Fixed by #1568
Assignees
Labels
Kind: Bug Something isn't working Status: Ready for development Checked by all co-developers

Comments

@DavoodSooran
Copy link
Collaborator

Describe the bug

For more information about this bug, refer to: #1465

Currently, in the Edit LN and Edit LN0 wizards, most of the attributes are editable. It is important to note that these attributes are part of the reference to the logical node and editing them could break some elements in the SCL file. Therefore, as a user, I should only be able to edit the LN Description.

Describe the solution you'd like
Upon selecting the Edit icon for LLN0 or any other LNs, users will be presented with the Edit LN0 or Edit LN wizard interfaces. To prevent users from inadvertently breaking elements in the SCL file by changing the attributes, all attributes in these wizards will be disabled except for the LN Description, which will remain editable.

It is important to note that in the Edit LN wizard interface, the toggle button for the prefix attribute should be removed. This will ensure that all attributes are read-only, except for the LN Description, which will be editable. More information on how the LN Description should work can be found below.

The 'desc' attribute, classified as optional according to the IEC standard, has been implemented as a toggle button. This design allows users the flexibility to enable or disable the 'desc' attribute as needed. When the 'desc' attribute is enabled within the wizard, it will be incorporated into the generated SCL file, as demonstrated in the illustration below. Furthermore, the 'desc' attribute will be visibly displayed alongside the Logical Node name in the IED browser. For a comprehensive understanding of the LPHD Logical Node, please refer to the details outlined below:

@DavoodSooran DavoodSooran added the Kind: Bug Something isn't working label Jul 11, 2024
@DavoodSooran DavoodSooran added the Status: Ready for development Checked by all co-developers label Jul 16, 2024
@danyill danyill changed the title Read-Only attributes -- Display LN describtion in the IED plug-in Read-Only attributes -- Display LN description in the IED plug-in Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Kind: Bug Something isn't working Status: Ready for development Checked by all co-developers
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants