E_BA_BuildingMode
The enumeration describes the current state of the building depending on the daily schedule.
TYPE E_BA_BuildingMode :
(
eDefault := 1,
eNightWatch := 2,
eCleaning := 3
) UDINT;
END_TYPE
Name | Description |
---|---|
eDefault | Standard (day) operation. |
eNightWatch | Night watchman tour |
eCleaning | Building cleaning |