E_BA_EnergyLvlEx
The enumeration is used to represent the four building energy levels.
TYPE E_BA_EnergyLvlEx :
(
eProtection := 1,
eEconomy := 2,
ePreComfort := 3,
eComfort := 4
) UDINT;
END_TYPE
Name | Description |
---|---|
eProtection | "Protection" energy level. |
eEconomy | "Economy" energy level. |
ePreComfort | "Precomfort" energy level. |
eComfort | "Comfort" energy level. |