-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(#413): LDEPF Post processing - unused CHANNEL assignment
LDEPF Post processing - reviews Signed-off-by: Samir Romdhani <[email protected]>
- Loading branch information
1 parent
354b68d
commit d4d5674
Showing
7 changed files
with
210 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
104 changes: 104 additions & 0 deletions
104
sct-commons/src/test/resources/scd-ldepf/scd_ldepf_postProcessing.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<!-- SPDX-FileCopyrightText: 2023 2024 RTE FRANCE --> | ||
<!-- --> | ||
<!-- SPDX-License-Identifier: Apache-2.0 --> | ||
<SCL version="2007" revision="B" release="4" xmlns="http://www.iec.ch/61850/2003/SCL" xmlns:compas="https://www.lfenergy.org/compas/extension/v1"> | ||
<Private type="COMPAS-SclFileType"> | ||
<compas:SclFileType>SCD</compas:SclFileType> | ||
</Private> | ||
<Header id="hId" version="2007" revision="B" toolID="COMPAS"/> | ||
<IED name="IEDTEST"> | ||
<AccessPoint name="AP_NAME"/> | ||
</IED> | ||
<IED name="IED_NAME1"> | ||
<Private type="COMPAS-Bay"> | ||
<compas:Bay UUID="bayUUID" BayCodif="CB00001101" NumBay="1" BayCount="1" MainShortLabel="aa"/> | ||
</Private> | ||
<Private type="COMPAS-ICDHeader"> | ||
<compas:ICDHeader IEDType="BCU" IEDSubstationinstance="11" IEDSystemVersioninstance="1" BayLabel="3THEIX1" IEDName="PLOE53THEIX1BCU1" ICDSystemVersionUUID="IED3e4c26f08244476f890fe38f62609a56" VendorName="Efacec" IEDredundancy="None" IEDmodel="TPU L500-3-1-F-3-C-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-X-XXXX-6-4-8-X-CXXX-A2B1C2E3F2G1H1" hwRev="1.00" swRev="2.06.000" headerId="TEMPLATE" headerVersion="1.515" headerRevision="1"/> | ||
</Private> | ||
<AccessPoint name="AP_NAME"> | ||
<Server> | ||
<Authentication/> | ||
<LDevice inst="LDEPF" ldName="IED_NAME1LDEPF"> | ||
<LN0 lnClass="LLN0" inst="" lnType="LLN0_ID1"> | ||
<DOI name="Mod"> | ||
<DAI name="stVal" valImport="true"> | ||
<Val>on</Val> | ||
</DAI> | ||
</DOI> | ||
<DOI name="InRef1"> | ||
<DAI name="purpose" valKind="RO" valImport="false"> | ||
<Val>DYN_LDAGSA2_Circuit I phase A amplitude_1_Vector</Val> | ||
</DAI> | ||
<DAI name="setSrcRef" valKind="RO" valImport="false"/> | ||
</DOI> | ||
<DOI name="InRef2"> | ||
<DAI name="purpose" valKind="RO" valImport="false"> | ||
<Val>DYN_LDEPF_DIGITAL CHANNEL 11 ADF</Val> | ||
</DAI> | ||
<DAI name="setSrcRef" valKind="RO" valImport="false"/> | ||
</DOI> | ||
<DOI name="InRef3"> | ||
<DAI name="purpose" valKind="RO" valImport="false"> | ||
<Val>DYN_LDEPF_DIGITAL CHANNEL 12 ADF</Val> | ||
</DAI> | ||
<DAI name="setSrcRef" valKind="RO" valImport="false"> | ||
<Val/> | ||
</DAI> | ||
</DOI> | ||
<DOI name="InRef4"> | ||
<DAI name="purpose" valKind="RO" valImport="false"> | ||
<Val>DYN_LDEPF_ANALOG CHANNEL 11 ADF</Val> | ||
</DAI> | ||
<DAI name="setSrcRef" valKind="RO" valImport="false"/> | ||
</DOI> | ||
<Inputs> | ||
<ExtRef ldInst="LD_INST_1" lnClass="ANCR" lnInst="1" doName="DoName1" daName="daName1" intAddr="INT_ADDR11" desc="STAT_LDSUIED_LPDO 1 Sortie_13_BOOLEAN_18_stVal_1"/> | ||
</Inputs> | ||
</LN0> | ||
</LDevice> | ||
<LDevice inst="LD_INST_1" ldName="IED_NAME1LD_INST_1"> | ||
<LN0 lnClass="LLN0" inst="" lnType="LLN0_ID1"> | ||
<DOI name="Mod"> | ||
<DAI name="stVal"> | ||
<Val>on</Val> | ||
</DAI> | ||
</DOI> | ||
<DOI name="InRef1"> | ||
<DAI name="purpose" valKind="RO" valImport="false"> | ||
<Val>DYN_LDAGSA2_Circuit I phase A amplitude_1_Vector</Val> | ||
</DAI> | ||
<DAI name="setSrcRef" valKind="RO" valImport="false"> | ||
</DAI> | ||
</DOI> | ||
</LN0> | ||
</LDevice> | ||
</Server> | ||
</AccessPoint> | ||
</IED> | ||
<DataTypeTemplates> | ||
<LNodeType lnClass="LLN0" id="LLN0_ID1"> | ||
<DO name="Mod" type="DO2" transient="false" /> | ||
<DO name="InRef1" type="InRefType"/> | ||
<DO name="InRef2" type="InRefType"/> | ||
<DO name="InRef3" type="InRefType"/> | ||
<DO name="InRef4" type="InRefType"/> | ||
</LNodeType> | ||
<DOType cdc="ENC" id="DO2"> | ||
<DA fc="ST" dchg="true" qchg="false" dupd="false" name="stVal" bType="Enum" type="BehaviourModeKind" valImport="true" /> | ||
<DA fc="BL" name="daName1" bType="BOOLEAN"/> | ||
</DOType> | ||
<DOType cdc="ORG" id="InRefType"> | ||
<DA fc="SP" dchg="true" qchg="false" dupd="false" name="setSrcRef" bType="ObjRef"/> | ||
<DA fc="DC" dchg="false" qchg="false" dupd="false" name="purpose" bType="VisString255" valKind="RO" valImport="false"/> | ||
</DOType> | ||
<EnumType id="BehaviourModeKind"> | ||
<EnumVal ord="1">on</EnumVal> | ||
<EnumVal ord="2">off</EnumVal> | ||
<EnumVal ord="3">blocked</EnumVal> | ||
<EnumVal ord="4">test</EnumVal> | ||
<EnumVal ord="5">test/blocked</EnumVal> | ||
</EnumType> | ||
</DataTypeTemplates> | ||
</SCL> |