34
Automation Integration
Concert XR series
Command Structure - Issuing
The RS232 serial control structure of the Concert XR series is a string of
hexadecimal values with a minimum of six bytes. When issuing a command,
the structure of the string is as follows: Start Transmission, Zone Number,
Command Code, Data Length, Data and End Transmission. We will use an
abbreviated form for easy reference in the following format:
<ST><ZN><CC><DL><Data><ETR>
Parameter Command Description
Start
0x21
Begins transmission to
Concert XR series
Zone Number
0x01
Zone 1
0x02
Zone 2
Command Code See code list
The code of the
command
Data Length
0x01, 0x02 etc… Number of data parameters
to follow
Data
See code index
The parameters for the
command
ETR
0x0D
End transmission
As an example:
To change the Concert XR series video source (only video, not audio) in Zone 1
to SAT:
0x21 0x01 0x0A 0x01 0x01 0x0D
To change the source (both audio and video), the command is the 0x08 – IR
simulation command. See page 36 for more info.