The EnergySavingModeType provides detailed information for a specific Energy Saving Mode.
Table 19 – EnergySavingModeType Definition
Attribute |
Value |
||||
BrowseName |
EnergySavingModeType |
||||
IsAbstract |
False |
||||
References |
Node Class |
BrowseName |
DataType |
TypeDefinition |
Other |
Subtype of the BaseObjectType defined in [OPC 10000-5]. |
|||||
0:HasProperty |
Variable |
ID |
0:Byte |
0:PropertyType |
M, RO |
0:HasProperty |
Variable |
DynamicData |
0:Boolean |
0:PropertyType |
M, RO |
0:HasComponent |
Variable |
TimeMinPause |
0:Duration |
0:BaseDataVariableType |
M, RO |
0:HasComponent |
Variable |
TimeToPause |
0:Duration |
0:BaseDataVariableType |
M, RO |
0:HasComponent |
Variable |
TimeMinLengthOfStay |
0:Duration |
0:BaseDataVariableType |
M, RO |
0:HasComponent |
Variable |
TimeMaxLengthOfStay |
0:Duration |
0:BaseDataVariableType |
M, RO |
0:HasComponent |
Variable |
RegularTimeToOperate |
0:Duration |
0:BaseDataVariableType |
M, RO |
0:HasComponent |
Variable |
ModePowerConsumption |
0:Float |
0:AnalogUnitType |
M, RO |
0:HasComponent |
Variable |
EnergyConsumptionToPause |
0:Float |
0:AnalogUnitType |
M, RO |
0:HasComponent |
Variable |
EnergyConsumptionToOperate |
0:Float |
0:AnalogUnitType |
M, RO |
The BrowseName shall contain a unique name for the Energy Saving Mode.
The ID Variable shall contain a unique mode ID for the Energy Saving Mode. The mode ID’s 0x00, 0xF0, 0xFE and 0xFF are reserved for predefined states.
DynamicData shall indicate whether the time, energy consumption and power values can vary (slightly) during runtime.
The TimeMinPause Variable shall contain the minimum pause time for this Energy Saving Mode.
The TimeToPause Variable shall contain the expected time to switch to this Energy Saving Mode.
The TimeMinLengthOfStay Variable shall contain the time of minimum stay in this Energy Saving Mode.
The TimeMaxLengthOfStay Variable shall contain the time of maximum stay in this Energy Saving Mode.
The RegularTimeToOperate Variable shall contain the time value to reach ”Ready to operate” (see Figure 1) if this Energy Saving Mode will be regularly terminated.
The ModePowerConsumption Variable shall contain the power consumption in this Energy Saving Mode. Unit: [kW].
The EnergyConsumptionToPause Variable shall contain the energy consumption from ”Ready to operate” to this Energy Saving Mode. Unit: [kWh].
The EnergyConsumptionToOperate Variable shall contain the energy consumption from this Energy Saving Mode to ”Ready to operate”. Unit: [kWh].
Mapping to PROFIenergy properties:
BrowseName |
PE Service |
PE Service Data Response Field |
List_Energy_Saving_Modes |
PE_Mode_ID |
|
Get_Mode |
Time_min_Pause |
|
Get_Mode |
Time_to_Pause |
|
Get_Mode |
Time_min_length_of_stay |
|
Get_Mode |
Time_max_length_of_stay |
|
Get_Mode |
Regular_time_to_operate |
|
Get_Mode |
Mode_Power_Consumption |
|
Get_Mode |
Energy_Consumption_to_pause |
|
Get_Mode |
Energy_Consumption_to_operate |