-
Notifications
You must be signed in to change notification settings - Fork 9
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
[RSR-894] Update compas:flow and ExtRef prebindings #351
Labels
enhancement
New feature or request
Comments
massifben
added a commit
that referenced
this issue
Dec 12, 2023
massifben
added a commit
that referenced
this issue
Dec 12, 2023
Signed-off-by: massifben <105049157+massifben@users.noreply.github.com>
massifben
added a commit
that referenced
this issue
Dec 15, 2023
Signed-off-by: massifben <105049157+massifben@users.noreply.github.com>
massifben
added a commit
that referenced
this issue
Dec 15, 2023
massifben
added a commit
that referenced
this issue
Dec 15, 2023
… LNode Signed-off-by: massifben <105049157+massifben@users.noreply.github.com>
massifben
added a commit
that referenced
this issue
Dec 15, 2023
… LNode Signed-off-by: massifben <105049157+massifben@users.noreply.github.com>
massifben
added a commit
that referenced
this issue
Dec 15, 2023
… LNode Signed-off-by: massifben <105049157+massifben@users.noreply.github.com>
massifben
added a commit
that referenced
this issue
Dec 15, 2023
…ow-and-extref-prebindings feat(#351): RSR-894 Update Compasflow and extref prebindings based on Lnode
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
User Story
Requirements:
Inputs:
US process description
In the process of automation SCD, if the SCD files has a compas:flow that contains
@flownode and @FlowNodeOrder that are not empty then the process has to collect their compas:Flow@ExtRefldinst @ExtRefprefix @ExtReflnClass @ExtReflnInst that are not empty in order to find the Lnode corresponding in /Substation/Bay.
LNode can be found with the help of Private compas:topo that has @node=@flownode and @NodeOrder=@FlowNodeOrder.
• In case compas:topo isn't found in SCD file then the compas:flow binding and its ExtRef must be removed.
To remove compas:flow binding the process should delete @ExtRefiedName @ExtRefldinst @ExtRefprefix @ExtReflnClass @ExtReflnInst values.
Once LNode is found compas:Flow@ExtRefiedName and ExtRef@iedName should be replace by /LNode@iedName.
• In case LNode is not found then the compas:flow binding and its ExtRef must be removed.
To remove compas:flow binding the process should delete @ExtRefiedName @ExtRefldinst @ExtRefprefix @ExtReflnClass @ExtReflnInst values.
The text was updated successfully, but these errors were encountered: