E_BA_EnergyLvlA

The enumeration is used to represent the building energy level. The "Automatic" state is also listed, which allows automatic operation to be viewed.

In contrast to E_BA_EnergyLvlExA, this reduced enumeration does not contain the "Precomfort" state.

TYPE E_BA_EnergyLvlA :
(
  eAutomatic     := 1,
  eProtection    := 2,
  eEconomy       := 3,
  eComfort       := 4
) UDINT;
END_TYPE

Name

Description

eAutomatic

Automatic

eProtection

Protection energy level.

eEconomy

Economy energy level.

eComfort

Comfort energy level.