E_BA_LightingPrio
The enumeration contains the different priorities of the light control functions.
Not all priorities must necessarily be used in a project.
TYPE E_BA_LightingPrio:
(
eNone := 0,
eFire := 1,
eCommError := 2,
eBurglary := 3,
eMaintenance := 4,
eManualActuator := 5,
eManualGroup := 6,
eCleaning := 8,
eNightWatch := 9,
eAllOff := 10,
eAllOn := 11,
eScene1 := 12,
eConstantLightControl := 13,
eAutomaticLight := 14,
eScene2 := 16,
eScene3 := 17
) BYTE;
END_TYPE
Name | Description |
---|---|
eNone | The light control does not assume any function. |
eFire | Fire alarm |
eCommError | Behavior of the lighting in the error state, for example, communication interruption. |
eBurglary | Burglary |
eMaintenance | Maintenance |
eManualActuator | Manual function |
eManualGroup | Hand group function |
eCleaning | Building cleaning |
eNightWatch | Night watchman tour |
eAllOff | Central off |
eAllOn | Central on |
eScene1 | Scene 1 |
eConstantLightControl | Constant light control |
eAutomaticLight | Automatic light |
eScene2 | Scene 2 |
eScene3 | Scene 3 |