E_BA_SunBldPrio
TYPE E_BA_SunBldPrio :
(
Invalid := 0,
eFire := 1,
eStorm := 2,
eIce := 3,
eCommError := 4,
eBurglary := 5,
eMaintenance := 6,
eReferencing := 7,
eManualActuator := 8,
eManualGroup := 9,
eAllDown := 10,
eAllUp := 11,
eScene1 := 12,
eFacadeThermoAutomatic := 13,
eFacadeTwilightAutomatic := 14,
eParkPosition := 15,
eScene2 := 16,
eScene3 := 17,
eSunProtection := 18,
eGroupThermoAuto := 19,
eGroupTwiLightAuto := 20
) BYTE;
END_TYPE
Name | Description |
---|---|
eFire | Fire alarm |
eStorm | Storm case |
eIce | Icing up |
eCommError | Behavior of the lighting in the error state, for example, communication interruption. |
eBurglary | Burglary |
eMaintenance | Maintenance |
eReferencing | Central referencing |
eManualActuator | Manual function |
eManualGroup | Hand group function |
eAllDown | Central down |
eAllUp | Central up |
eScene1 | Scene 1 |
eFacadeThermoAutomatic | Facade wide thermal automatic |
eFacadeTwilightAutomatic | Facade wide twilight automatic |
eParkPosition | Parking position |
eScene2 | Scene 2 |
eScene3 | Scene 3 |
eSunProtection | Sun protection in case of presence. |
eGroupThermoAuto | Group or zone-wide thermal automatic. |
eGroupTwiLightAuto | Group or zone-wide twilight automatic. |