Cm 1Xdali Communication Model; Configuring The Cm 1Xdali; Structure Of Cm Command/Response - Siemens SIMATIC ET 200SP CM 1xDALI Programming Manual

Hide thumbs Also See for SIMATIC ET 200SP CM 1xDALI:
Table of Contents

Advertisement

CM 1xDALI communication model

2.1

Configuring the CM 1xDALI

Before using a CM 1xDALI, configure it with the power on. Use the GSD file in the
engineering system for configuring or do a reconfiguring via the parameter data record.
For how to configuring the CM 1xDALI, refer to
manual ET 200SP Communication module CM 1xDALI
(https://support.industry.siemens.com/cs/ww/en/view/109769428)
2.2

Structure of CM command/response

Through CM commands, the CPUs communicate with the CM 1xDALI module to configure
or query DALI devices. A DALI device can be a control gear or input device. When a CPU
sends a CM command to a CM 1xDALI module, the CM 1xDALI module replies with a CM
response.
Only CPUs can send a CM command to the CM 1xDALI module.
Structure of the CM command/response
The structure of the CM commands and CM responses are the same. The maximum length
of the CM command/response is 100 bytes.
Byte
0
1
Bit
Descrip-
Version
Checksum
tion
Value
16#A0
The checksum of
the whole mes-
sage
The algorithm of the checksum is as follows.
1
#tempSum := 0;
FOR #idx := 2 TO #length – 1 DO
#tempSum += #message[#idx];
END_FOR;
#checksum := 16#FF XOR #tempSum
ET 200SP CM 1xDALI Communication Model Description
Programming Manual, 12/2019, A5E47581955-AA
2
Length
Total bytes of the
CM com-
mand/response.
1
Appendix A Parameter data record
3
Bit 7
Response Flag
Response flag of the CM
command. The flag of the
CM commands sent from
the CPU must be set to 0.
The flag of the CM response
from the CM 1xDALI mod-
ules must be set to 1.
2
of the
.
4~99
Bit 6 to Bit 0
Command ID
Parameters
ID of the CM
The parame-
command or
ters of the CM
response. The
command or
CM command
the CM re-
and its re-
sponse.
sponse have
the same ID.
11

Advertisement

Table of Contents
loading

Table of Contents