E_BA_EnergyLvl
The enumeration is used to represent the building energy level.
In contrast to E_BA_EnergyLvlEx, this reduced enumeration does not contain the "Precomfort" state.
TYPE E_BA_EnergyLvl :
(
eProtection := 1,
eEconomy := 2,
eComfort := 3
) UDINT;
END_TYPE
Name | Description |
---|---|
eProtection | Protection energy level. |
eEconomy | Economy energy level. |
eComfort | Comfort energy level. |