Programming
5.7 Configuration function blocks
ET 200SP Communication module CM 1xDALI (6ES7137-6CA00-0BU0)
Manual, 06/2019, A5E46959434-AA
93
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).
OPER_M
BYTE I, Q, M, D,
Operating mode of the sensor device which is defined by the device
PWR_CY
CLE
BOOL I, Q, M, D,
L
Power cycle notification flag.
PWR_CYCLE = 1: After completing its external power cycle, the sen-
sor generates a power cycle event message.
DALI_SENSOR_SET_DEV_PARAM
Description
DALI_SENSOR_SET_DEV_PARAM
is used for setting the device parameters of the input
device (sensor).
● If the status of sensor is configured (for example, sensor is added by using
DALI_SENSOR_ADD (Page 89)), the parameters are saved in the CM 1xDALI (refer to
data flow path 1 (Page 23)) and sent to the physical device (refer to data flow path 5
(Page 23)).
● If the status of sensor is not configured, the parameters are only sent to the physical
device (refer to data flow path 5 (Page 23)).
You can query the device parameter of sensor by using
DALI_SENSOR_QUERY_DEV_PARAM (Page 92).