-
Notifications
You must be signed in to change notification settings - Fork 4
controlledLoadDescriptor.xml : Controlled Load
For inherited tags that have not been modified please see the componentDescriptorInterface.xml
documentation.
If a tag is inherited, but has been modified or limited in its use it is denoted with an * in the title.
Controlled loads have not been integrated into the code yet, so all tags are inactive.
The childOf
tag names the direct parent. For the controlledLoadDescriptor
implementation this is loadDescriptor
.
This tag describes if the unit is currently available for remote control.
Attributes:
value
: boolean. TRUE if unit is available for remote control. Default is TRUE.
This tag is a bin for the available real and reactive power band value in which remote control is possible. Note that the parent's discreteLoadLevels
tag and subsequent attributes and tags have to be considered if the parent's isDiscrete
tag is TRUE.
Children of remoteCtrlPowerBand
describe the real (P) and reactive (Q) upper (Max) and lower (Min) bounds of the available power levels for control. Each tag has a value
attribute with default value 0, and units in the unit
attribute of kW of kvar for P and Q respectively.
This tag describes if the unit is capable of (semi-) autonomous under-frequency load shedding (UFLS).
Attributes:
value
: boolean. TRUE is UFLS is available. Default is FALSE.
The frequency set point at which the unit will trip due to under-frequency.
Attributes:
value
: the actual frequency set point. Default is 55 Hz.
unit
: the units of the value
tag. Units are Hz.
This tag describes the minimum time span before the unit will try to reconnect to the grid after it tripped on an UFLS event.
Attributes:
value
: the minimum time before reconnect attempt. Default is 600 s.
unit
: the units of the value
tag. Units are seconds (s).
This tag describes if the unit is capable of (semi-) autonomous under-voltage load shedding (UFLS).
Attributes:
value
: boolean. TRUE is UVLS is available. Default is FALSE.
The voltage (phase to neutral) set point at which the unit will trip due to under-frequency.
Attributes:
value
: the actual voltage set point. Default is 260 V.
unit
: the units of the value
tag. Units are V.
This tag describes the minimum time span before the unit will try to reconnect to the grid after it tripped on an UVLS event.
Attributes:
value
: the minimum time before reconnect attempt. Default is 600 s.
unit
: the units of the value
tag. Units are seconds (s).