-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
featureNew feature or requestNew feature or request
Milestone
Description
Describe the current behavior
Current implementation of CIM CRAC import rejects the preventive HVDC range actions at import, whereas they are correctly handled in JSON format.
For example such RA would not be imported and rejected with warning
<RemedialAction_Series>
<mRID>HVDC_RA</mRID>
<name>HVDC RA</name>
<businessType>B59</businessType>
<applicationMode_MarketObjectStatus.status>A18</applicationMode_MarketObjectStatus.status>
<availability_MarketObjectStatus.status>A39</availability_MarketObjectStatus.status>
<RegisteredResource>
<mRID codingScheme="A02">1_HVDC</mRID>
<name>PMODE1_HVDC-1</name>
<pSRType.psrType>B22</pSRType.psrType>
<in_Domain.mRID codingScheme="A01">10YFR-RTE------C</in_Domain.mRID>
<out_Domain.mRID codingScheme="A01">10YES-REE------0</out_Domain.mRID>
<marketObjectStatus.status>A43</marketObjectStatus.status>
</RegisteredResource>
<RegisteredResource>
<mRID codingScheme="A02">1_HVDC</mRID>
<name>HVDC-1</name>
<pSRType.psrType>B22</pSRType.psrType>
<in_Domain.mRID codingScheme="A01">10YFR-RTE------C</in_Domain.mRID>
<out_Domain.mRID codingScheme="A01">10YES-REE------0</out_Domain.mRID>
<in_AggregateNode.mRID codingScheme="A02">_edeed72d-675c-5b81-9173-3808a9a8b8e9</in_AggregateNode.mRID>
<out_AggregateNode.mRID codingScheme="A02">_549bac4e-702e-7eb6-ea1f-cd7af5d1eb2b</out_AggregateNode.mRID>
<marketObjectStatus.status>A26</marketObjectStatus.status>
<resourceCapacity.maximumCapacity>1000.0</resourceCapacity.maximumCapacity>
<resourceCapacity.minimumCapacity>0</resourceCapacity.minimumCapacity>
<resourceCapacity.defaultCapacity>200.0</resourceCapacity.defaultCapacity>
<resourceCapacity.unitSymbol>MAW</resourceCapacity.unitSymbol>
</RegisteredResource>
<RegisteredResource>
<mRID codingScheme="A02">2_HVDC</mRID>
<name>PMODE1_HVDC-2</name>
<pSRType.psrType>B22</pSRType.psrType>
<in_Domain.mRID codingScheme="A01">10YFR-RTE------C</in_Domain.mRID>
<out_Domain.mRID codingScheme="A01">10YES-REE------0</out_Domain.mRID>
<marketObjectStatus.status>A43</marketObjectStatus.status>
</RegisteredResource>
<RegisteredResource>
<mRID codingScheme="A02">2_HVDC</mRID>
<name>HVDC-2</name>
<pSRType.psrType>B22</pSRType.psrType>
<in_Domain.mRID codingScheme="A01">10YFR-RTE------C</in_Domain.mRID>
<out_Domain.mRID codingScheme="A01">10YES-REE------0</out_Domain.mRID>
<in_AggregateNode.mRID codingScheme="A02">_edeed72d-675c-5b81-9173-3808a9a8b8e9</in_AggregateNode.mRID>
<out_AggregateNode.mRID codingScheme="A02">_549bac4e-702e-7eb6-ea1f-cd7af5d1eb2b</out_AggregateNode.mRID>
<marketObjectStatus.status>A26</marketObjectStatus.status>
<resourceCapacity.maximumCapacity>1000.0</resourceCapacity.maximumCapacity>
<resourceCapacity.minimumCapacity>0</resourceCapacity.minimumCapacity>
<resourceCapacity.defaultCapacity>200.0</resourceCapacity.defaultCapacity>
<resourceCapacity.unitSymbol>MAW</resourceCapacity.unitSymbol>
</RegisteredResource>
</RemedialAction_Series>Describe the expected behavior
The RA should be imported as preventive HVDC range action
Describe the motivation
Being able to handle preventive optimisation of an HVDC based on CIM CRAC format
Extra Information
No response
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request