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

Placeholder: Current transformer details (TCTR) #736

Open
Sander3003 opened this issue May 11, 2022 · 6 comments
Open

Placeholder: Current transformer details (TCTR) #736

Sander3003 opened this issue May 11, 2022 · 6 comments
Assignees
Labels

Comments

@Sander3003
Copy link
Member

Sander3003 commented May 11, 2022

Is your feature request related to a problem? Please describe.
As an engineer
I want to set the current transformer settings (TCTR)
So I can use them to check the configuration (e.g. looking at the winding ratio)

Background: The conducting equipment very limited in SCL (tconductingequipment). The information is stored in LN in the IED.

Describe the solution you'd like
An extented window to enter current transformer settings. These are the LN's and their attributes as shown in the IED editor for example.

Requirements

Example values that can be part of the LN:

Data object Common data class Explanation
ARtg ASG Rated current
HzRtg ASG Rated frequency
Rat ASG Winding ratio of an external current transformer
Cor ASG Current phasor magnitude correction of an external current transformer
AngCor ASG Current plhasor angle correction of an extralnal current transformer
CorCrv CSG Curve phasor magnitude and angle correction

Suggestions for a specific user interaction
When the user enables the filter function.
image

The related TCTR LN's are shown.
image

When the use clicks on the icon, a window should pop-up with the LN and their parameters.

<>

Additional information
The LN current transformer is described in IEC 61850-7-4 5.15.4
Some descriptions can be found in the NSdoc file.

Information on the fields allowed of the can be found in the NSD file (B4 version): https://assets.iec.ch/public/tc57/IEC_61850-7-3.NSD.2007B4.Light.zip?2022051155

LN class name: TCTR uses the InstrumentTransformerLN.

@Sander3003 Sander3003 added the Kind: Enhancement New Request label May 11, 2022
@JakobVogelsang
Copy link
Collaborator

The wizard we are showing does belong to the element ConductingEquipment. The information you want to be added does belong to the element LN with a specific lnClass. This means that a LNode reference must be present within any of the children or as a direct child of ConductingEquipment with the type CTR or VTR.

This is theoretically possible, but surely not as a standard wizard that we are proposing with the new open-scd-core.

I therefore propose a different approach: In the near future with this PR: #730 you can see all linked logical nodes by unfolding the ConductingEquipment. We then can think of something like an information wizard that shows all information.

If you want to edit this information, I would strongly suggest doing it within the IED editor where this kind of element is stored in.

@Sander3003
Copy link
Member Author

Sander3003 commented May 12, 2022

The NSD files also contain validation rules;

Example of the NSDlight file:

        <DataObject name="HiSet"
                 type="ASG"
                 descID="IEC61850_7_4.LNGroupP::PDIF.HiSet.desc"
                 presCond="AtMostOne"
                 dsPresCond="F"/>

presCond is the validation rule here. Unsure where to find the definition of AtMostOne.

@Sander3003
Copy link
Member Author

We can build this after #730 is merged.

@Sander3003 Sander3003 self-assigned this May 13, 2022
@Sander3003 Sander3003 changed the title Current transformer details (TCTR) WIP: Current transformer details (TCTR) May 13, 2022
@Sander3003
Copy link
Member Author

We need to rethink this, another option would be to build user specific view of the most important parameter engineers like to see to check/edit configurations. TCTR ratio is one of these settings.

@Sander3003 Sander3003 changed the title WIP: Current transformer details (TCTR) Placeholder: Current transformer details (TCTR) May 27, 2022
@Sander3003
Copy link
Member Author

Sander3003 commented Jul 15, 2022

It will be solved partly here: com-pas#167

@Sander3003
Copy link
Member Author

Community contributions are welcome!

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

2 participants