Project

General

Profile

CIM Issues #5098

Updated by Chavdar Ivanov 3 months ago

The description of CsConverter.targetAlpha is modified to "Target firing angle. It is converter’s control variable used in power flow. It is only applicable for rectifier control. Allowed values are within the range minAlpha<=targetAlpha<=maxAlpha. The attribute shall be a positive value. 
 " 
 The description of CsConverter.targetGamma is modified to "Target extinction angle. It is converter’s control variable used in power flow. It is only applicable for inverter control. Allowed values are within the range minGamma<=targetGamma<=maxGamma. The attribute shall be a positive value. 
 " 
 - added the following text to CsConverter: "Attributes targetAlpha and targetGamma are mutually exclusive therefore only one of them can be defined to describe an operating target." 

 In 61970-456 
 - SV profile: changed CsConverter.alpha to optional 
 - SV Profile: changed CsConverter.gamma to optional 
 - The following constraints are added in SV profile 
 • 	 C:456:SV:CsConverter.alpha:cardinality 
 The CsConverter.alpha is required if CsConverter.operatingMode equals CsOperatingModeKind.rectifier. CsConverter.gamma is not exchanged in this case. 

 • 	 C:456:SV:CsConverter.gamma:cardinality 
 The CsConverter.gamma is required if CsConverter.operatingMode equals CsOperatingModeKind.inverter. CsConverter.alpha is not exchanged in this case. 




 



Back