Object
DDBC.OperationMode
Fields
Id
: ID
Mandatory
ID of this operation mode. Must be unique in the scope of the DDBC.ActuatorDescription
in which it is used.abnormal_condition_only
: boolean
Mandatory
Indicates if this DDBC.OperationMode
may only be used during an abnormal condition.diagnostic_label
: string
Optional
Human readable name/description of the DDBC.OperationMode
. This element is only intended for diagnostic purposes and not for HMI applications.power_ranges
: PowerRange[]
Mandatory
The power produced or consumed by this operation mode. The start of each PowerRange is associated with an operation_mode_factor of 0, the end is associated with an operation_mode_factor of 1. In the array there must be at least one PowerRange, and at most one PowerRange per CommodityQuantity.running_costs
: NumberRange
Optional
Additional costs per second (e.g. wear, services) associated with this operation mode in the currency defined by the ResourceManagerDetails, excluding the commodity cost. The range is expressing uncertainty and is not linked to the operation_mode_factor.supply_range
: NumberRange
Mandatory
The supply rate this DDBC.OperationMode
can deliver for the CEM to match the demand rate. The start of the NumberRange is associated with an operation_mode_factor of 0, the end is associated with an operation_mode_factor of 1.