You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[RSR-389] - Automated process for Dataset and CB creation and ExtRef update - Filter to keep only Active or Untested Bay Internal or External ExtRef signals and group them to do Dataset - Part 1/6
#83
Open
DamienPERNET opened this issue
Apr 1, 2022
· 0 comments
As a COMPAS service user, this US purpose is to create a COMPAS service that bind all ExtRef signals given by a list. This US deals with the first part among 6 of this service: the goal is to filter the list provided as input to keep only Active or Untested Bay Internal or External ExtRef signals and group them to do Dataset.
As service user, I would like to mass create Datasets and then associated source Control Blocks to complete at the end, the binding of each ExtRef signal. The first part of this service is going to filter the list provided as input to keep only Active or Untested Bay Internal or External ExtRef signals and group them to do Dataset.
Prerequisites:
US RSR-398 and RSR-473 have already been developed to list all ExtRef signals with their attributes and properties
US RSR-81 has already been developed to extract all attributes of an ExtRef signal
US RSR-20 has already been developed to create a new DataSet with all its FCDA
US RSR-245 has already been developed to create a GOOSE Control Block
US RSR-253 has already been developed to create a SMV Control Block
US RSR-255 has already been developed to create a Report Control Block
US RSR-93 has already been developed to create ExtRef.srcXXX attributes
The inputs of this service are:
A list of ExtRef signals from US RSR-398 and RSR-473 service where for each ExtRef signal found into whole SCD file or a given IED.name or a given IED.name/LDevice.inst, the following attributes are output:
Keep only the lines of the list having DA@fc = "ST" OR DA@fc = "MX"
For the lines of the list having ExtRef@pServT = "GOOSE" OR "SMV", group the lines of the list by ExtRef@pServT then @iedName then @ldInst then the physical range of the source IED ("Bay Internal" or "Bay External")
For the lines of the list having ExtRef@pServT = "Report", group the lines of the list by ExtRef@pServT then @iedName then @ldInst then the physical range of the source IED ("Bay Internal" or "Bay External") then DA@fc
Output:
None: It is only the first part among 6 of the service.
Error messages:
If a required input parameter is not provided then processing is aborted and an error message is returned: "The list of ExtRef signals is requied"
All error messages from called services are returned
Acceptance criteria:
Check that service input is a list of ExtRef signals from US RSR-398 and RSR-473 service where for each ExtRef signal found into whole SCD file or a given IED.name or a given IED.name/LDevice.inst, the following attributes are output:
Keep only the lines of the list having DA@fc = "ST" OR DA@fc = "MX"
For the lines of the list having ExtRef@pServT = "GOOSE" OR "SMV", group the lines of the list by ExtRef@pServT then @iedName then @ldInst then the physical range of the source IED ("Bay Internal" or "Bay External")
For the lines of the list having ExtRef@pServT = "Report", group the lines of the list by ExtRef@pServT then @iedName then @ldInst then the physical range of the source IED ("Bay Internal" or "Bay External") then DA@fc
Check that if the required list is not provided as input then processing is aborted and an error message is returned
Check that all error messages from called services are returned
The text was updated successfully, but these errors were encountered:
DamienPERNET
changed the title
[RSR-389] - Automated process for Dataset and CB creation and ExtRef update - Filter to keep only Active or Untested Bay Internal or External ExtRef signals and group them to do Dataset - Part 1/4
[RSR-389] - Automated process for Dataset and CB creation and ExtRef update - Filter to keep only Active or Untested Bay Internal or External ExtRef signals and group them to do Dataset - Part 1/7
Jan 5, 2023
DamienPERNET
changed the title
[RSR-389] - Automated process for Dataset and CB creation and ExtRef update - Filter to keep only Active or Untested Bay Internal or External ExtRef signals and group them to do Dataset - Part 1/7
[RSR-389] - Automated process for Dataset and CB creation and ExtRef update - Filter to keep only Active or Untested Bay Internal or External ExtRef signals and group them to do Dataset - Part 1/6
Jan 11, 2023
As a COMPAS service user, this US purpose is to create a COMPAS service that bind all ExtRef signals given by a list. This US deals with the first part among 6 of this service: the goal is to filter the list provided as input to keep only Active or Untested Bay Internal or External ExtRef signals and group them to do Dataset.
As service user, I would like to mass create Datasets and then associated source Control Blocks to complete at the end, the binding of each ExtRef signal. The first part of this service is going to filter the list provided as input to keep only Active or Untested Bay Internal or External ExtRef signals and group them to do Dataset.
Prerequisites:
RSR-81has already been developed to extract all attributes of an ExtRef signalRSR-20has already been developed to create a new DataSet with all its FCDARSR-245has already been developed to create a GOOSE Control BlockRSR-253has already been developed to create a SMV Control BlockRSR-255has already been developed to create a Report Control BlockRSR-93has already been developed to create ExtRef.srcXXX attributesThe inputs of this service are:
US process description:
With this list:
Output:
Error messages:
Acceptance criteria:
The text was updated successfully, but these errors were encountered: