Programming
5.7 Configuration function blocks
ET 200SP Communication module CM 1xDALI (6ES7137-6CA00-0BU0)
86 Manual, 06/2019, A5E46959434-AA
BUSY Output BOOL I, Q, M, D,
L
Status parameter:
• BUSY = 0: Processing of job is terminated.
• BUSY = 1: Job is still being committed.
ACTIVE BOOL I, Q, M, D,
L
Status parameter:
• ACTIVE = 0: Job is not yet started.
• ACTIVE = 1: Job is being executed.
DONE BOOL I, Q, M, D,
L
Status parameter:
• DONE = 0: Job is not yet started or still executing.
• DONE = 1: Job is executed without errors.
ERROR BOOL I, Q, M, D,
L
Status parameter:
• ERROR = 0: No error occurs.
• ERROR = 1: Error occurs during processing.
STATUS BYTE I, Q, M, D,
L
When ERROR = 0, STATUS has
following three values:
• 16#00: Idle
• 16#01: Executing
• 16#7F: Completed
When ERROR = 1, STATUS
shows the detailed error code.
For the detailed meaning of each
error code, refer to Parameter
STATUS (Page 106).
SCENE_INF
Scene-
D, L The scene information of control gear
LEVEL USInt I, Q, M, D,
L
Scene level.
Range: 0 to 255
Note: When LEVEL= 255: The scene is not configured.
COLOR DALICol-
D, L The color information of the scene
COLOR
_TYPE
USInt I, Q, M, D,
L
Set the color type:
• 16#00: No color, only set the scene level, ignore the scene
color.
• 16#10: xy-coordinate
• 16#20: Color temperature
COOR
DINAT
E_X
UInt Constant The x-coordinate value of the point in the CIE color space chroma-
ticity diagram.
X-coordinate = "COORDINATE_X" * 1/65536.
COOR
DINAT
E_Y
UInt Constant The y-coordinate value of the point in the CIE color space chroma-
ticity diagram.
Y-coordinate = "COORDINATE_Y" * 1/65536.
Range: 0 to 65534
TEMPE
RATUR
E
UInt Constant The color value of temperature.
T
C
(K) = 1000000 / "TEMPERATURE"