E_BA_EnergyLvlExA
The enumeration is used to represent the four building energy levels. The "Automatic" state is also listed, which allows automatic operation to be viewed.
A reduced variant without the "Precomfort" level is represented by E_BA_EnergyLvlA.
TYPE E_BA_EnergyLvlExA :
(
eAutomatic := 1,
eProtection := 2,
eEconomy := 3,
ePreComfort := 4,
eComfort := 5
) UDINT;
END_TYPE
Name | Description |
---|---|
eAutomatic | Automatic |
eProtection | Protection energy level. |
eEconomy | Economy energy level. |
ePreComfort | Precomfort energy level. |
eComfort | Comfort energy level. |