ST_BA_SunblindActuatorFeedback
This structure contains feedback information from a sunblind actuator for a room (zone) user function.
Syntax
TYPE ST_BA_SunblindActuatorFeedback:
STRUCT
bReferencing : BOOL;
bErr : BOOL;
ePrio : BYTE;
fPosition : REAL;
fAngle : REAL;
END_STRUCT
END_TYPE
Name | Type | Description |
---|---|---|
bReferencing | BOOL | The sunblind function or the controlled actuator is currently referencing. |
bErr | BOOL | The sunblind function or the controlled actuator is in an error state. |
ePrio | BYTE | Current priority of the telegram that controls the sunblind actuator. |
fPosition | REAL | Current position of the drive. |
fAngle | REAL | Currently approached angle of the slats. |