This is the Interface Manual for the Sony SRP-X700P Digital Powered Mixer. This protocol is designed to control the SRP-X700P Digital
Powered Mixer from an externally connected computer. Read this manual together with Operating Instructions.
Caution
The material contained in this manual consists of information that is the property of Sony Corporation and is intended solely for use by the
purchasers of the equipment described in this manual.
Sony Corporation expressly prohibits the duplication of any portion of this manual or the use thereof for any purpose other than the operation
or maintenance of the equipment described in this manual without the express written permission of Sony Corporation.
Numeric expression and nomenclature of character
The numeric values followed by [H] indicate the hexadecimal numbers. Other numeric values are the decimal values.
The characters surrounded by apostrophes (‘ ’) indicate the hexadecimal numbers converted the by the ASCII code.
Connecting Computer
Connect the COM port of a computer to the REMOTE RS-232C terminal of the SRP-X700P Digital Powered Mixer.
The REMOTE RS-232C terminal of the SRP-X700P Digital Powered Mixer has the following specifications.
Terminal shape: D-SUB 9-pins, male, inch-sized screws
Electrical specifications : Conforms to the RS-232C standard
Connection:
Pin No.Name
1F.G
2RXD
3TXD
4DTR
5GND
6DSR
7RTS
8CTS
9OPEN
SRP-X700PComputer COM port
REMOTE RS-232C terminal(for D-SUB 9-pins male connector)
NamePin No.Pin No.Name
RXD23TXD
TXD32RXD
GND55GND
Communication Format
The communication format is described below.
1 2 3 4 5
6 7 8 9
Baud rate: 9600 bps
Communication mode: Half-duplex start stop system (asynchronous)
Data length: 8 bits
Parity: Odd
Stop bit: 1 bit
Flow control: None
– 2 –
Page 3
Communication Protocol
The communication protocol is described below.
• When the SRP-X700P has received a command from computer successfully, the SRP-X700P returns “ACK” (Acknowledge). When the
SRP-X700P fails to process the command due to reception error or others, it returns “NAK” (Not Acknowledge).
• When a computer has sent a command, the computer should wait “ACK” or “NAK” to be returned from the SRP-X700P. Upon receipt of
the return, a computer can send the next command.
• If a computer does not receive any return even after 1000 ms has elapsed since the transmission of a command, it means that the SRPX700P has not received the command normally. A computer should re-send the command again.
• A command transmission from a computer should be completed within 500 ms.
If transmission of a command cannot be completed within 500 ms, the command will not be processed and “NAK” will be returned.
• When a computer receives “NAK” during transmission of a command, a computer should stop sending the command immediately.
Handshake Code
ACK: 40[H] ( ‘A’ )
When the SRP-X700P has received and processed the command from an external computer successfully, it returns “ACK” notifying that the
command is executed. There are cases that other data are added to “ACK” and are returned together depending on the command.
Refer to Command Reference for details.
NAK: 4E[H] ( ‘N’ )
When the SRP-X700P fails to process the command supplied from an external computer, it returns “NAK” to a computer.
DELIMITER: 0D[H] ( ‘CR’ )
The SRP-X700P adds the delimiter code 0D [H] (equivalent to the carriage return of the ASCII code) to the last byte of all commands.
Communication Packet Format
Communication packet has the variable data length.
A communication packet consists of command, parameter and delimiter as shown below.
Example; When selecting C with LINE4 SELECT.
43[H] 53[H] 45[H] 4C[H] 33[H] 0D[H] (‘C S E L 3 CR’)
1Command
2Parameter
3Delimiter
1. Command
A command consists of the four bytes.
2. Parameter
Length of a parameter changes depending on command.
Refer to Command Reference for details.
3. Delimiter
The SRP-X700P adds the delimiter code 0D [H] (equivalent to the carriage return of the ASCII code) to the last byte of all commands.
– 3 –
Page 4
Command Reference
Basic Control Commands
The group of the Basic Control Commands contains 12 commands that enable you to perform the basic operations such as changing the
sound volume, switching the LINE4 SELECTOR of the SRP-X700P and others.
CONTROL S: 43[H] 52[H] 43[H] 53[H] (‘CRCS’)
This command is used to control an external equipment that is connected to the CONTROL S terminal of the SRP-X700P.
•Packet format
43[H] 52[H] 43[H] 53[H] “parameter” 0D[H]
•Parameter
The parameter consists of the two-byte data in the following order.
byteParameter name
1stCHANNEL
2ndREMOTE COMMAND
•Channel
Specify the equipment to which you want to send the command.
CHANNEL
LINE 3 INPUT31[H] ( ‘1’ )
LINE 4A INPUT32[H] ( ‘2’ )
LINE 4B INPUT33[H] ( ‘3’ )
LINE 4C INPUT34[H] ( ‘4’ )
LINE 4D INPUT35[H] ( ‘5’ )
LINE 4E INPUT36[H] ( ‘6’ )
LINE 4F INPUT37[H] ( ‘7’ )
LINE 4 INPUT38[H] ( ‘8’ )
When LINE 4 INPUT is specified, a remote command is sent to the channel that is currently selected by LINE 4 input.
– 4 –
Page 5
•Remote command
Specify the command that you want to send.
REMOTE COMMAND
Stop sending30[H] ( ‘0’ )
PLAY31[H] ( ‘1’ )
PAUSE32[H] ( ‘2’ )
STOP33[H] ( ‘3’ )
F. F.34[H] ( ‘4’ )
REW.35[H] ( ‘5’ )
REC36[H] ( ‘6’ )
NEXT37[H] ( ‘7’ )
PREV.38[H] ( ‘8’ )
POWER ON39[H] ( ‘9’ )
POWER STANDBY3A[H] ( ‘:’ )
Because the SRP-X700P keeps sending the CONTROL S signal since its starts sending the “REMOTE COMMAND” of 31[H] - 3A[H]
until it the “Stop sending command” 30[H] is sent, the computer must surely send the “Stop sending command” 30[H] after it sends the
command of 31[H] - 3A[H] once.
Example: When activating PLAY (playback) of LINE3
43[H] 52[H] 43[H] 53[H] 31[H] 31[H] 0D[H] (‘C R C S 1 1 CR’)
LEVEL DOWN: 43[H] 4C[H] 56[H] 2D[H] (‘CLV–’)
This command is used to decrease the sound volume of the specified channel.
When this command is sent, the sound volume keeps decreasing. When the LEVEL UP/DOWN STOP command that is described later, is
sent, the sound volume stops decreasing.
Variable range of a sound volume is from –∞ to +10 dB when the sound volume is set to the reference level 0 dB.
•Packet format
43[H] 4C[H] 56[H] 2D[H] “parameter” 0D[H]
•Parameter
Specify the channel that you want to use, as the parameter.
Example: When decreasing the sound volume of LINE4
43[H] 4C[H] 56[H] 2D[H] 37[H] 0D[H] (‘C L V - 7 CR’)
– 5 –
Page 6
LEVEL UP: 43[H] 4C[H] 56[H] 2B[H] (‘CLV+’)
This command is used to increase the sound volume of the specified channel.
When this command is sent, the sound volume keeps increasing. When the LEVEL UP/DOWN STOP command that is described later, is
sent, the sound volume stops increasing.
Variable range of a sound volume is from –∞ to +10 dB when the sound volume is set to the reference level 0 dB.
•Packet format
43[H] 4C[H] 56[H] 2B[H] “parameter” 0D[H]
•Parameter
Same as that of the LEVEL DOWN command.
Example: When increasing the sound volume of MIC 3 INPUT
43[H] 4C[H] 56[H] 2B[H] 32[H] 0D[H] (‘C L V + 2 CR’)
This command is used to turn off OUTPUT of the REMOTE PARALLEL terminals separately of the SRP-X700P.
•Packet format
43[H] 50[H] 4F[H] 46[H] “parameter” 0D[H]
•Parameter
Specify any single channel that you want to turn off, as the parameter.
CHANNEL
131[H] ( ‘1’ )
232[H] ( ‘2’ )
333[H] ( ‘3’ )
434[H] ( ‘4’ )
535[H] ( ‘5’ )
636[H] ( ‘6’ )
737[H] ( ‘7’ )
838[H] ( ‘8’ )
939[H] ( ‘9’ )
103A[H] ( ‘:’ )
Example: When turning off channel 2
43[H] 50[H] 4F[H] 46[H] 32[H] 0D[H] (‘C P O F 2 CR’)
– 7 –
Page 8
PARALLEL OUTPUT ON: 43[H] 50[H] 4F[H] 4E[H] (‘CPON’)
This command is used to turn on OUTPUT of the REMOTE PARALLEL terminals separately of the SRP-X700P.
•Packet format
43[H] 50[H] 4F[H] 4E[H] “parameter” 0D[H]
•Parameter
Same as that of the PARALLEL OUT OFF command.
Example: When turning on channel 1
43[H] 50[H] 4F[H] 4E[H] 31[H] 0D[H] (‘C P O N 1 CR’)
PROJECTOR POWER CONTROL: 43[H] 50[H] 4A[H] 50[H] (‘CPJP’)
This command is used to turn on the power or to set the power standby of the projected that is connected to the PROJECTOR CONTROL
terminal of the SRP-X700P.
•Packet format
43[H] 50[H] 4A[H] 50[H] “parameter” 0D[H]
•Parameter
Specify either POWER ON or POWER STANDBY as the parameter.
POWER
STANDBY40[H] ( ‘@’ )
ON41[H] ( ‘A’ )
Example: When turning on the power of projector
43[H] 50[H] 4A[H] 50[H]41[H] 0D[H] (‘C P J P A CR’)
– 8 –
Page 9
SCENE RECALL: 43[H] 52[H] 43[H] 4C[H] (‘CRCL’)
This command is used to recall the desired scene.
•Packet format
43[H] 52[H] 43[H] 4C[H] “parameter” 0D[H]
•Parameter
Specify the scene number that you want to use, as the parameter.
•Scene No.
Specify the scene number that you want to use.
SCENE No.SCENE No.
131[H] ( ‘1’ )113B[H] ( ‘;’ )
232[H] ( ‘2’ )123C[H] ( ‘<’ )
333[H] ( ‘3’ )133D[H] ( ‘=’ )
434[H] ( ‘4’ )143E[H] ( ‘>’ )
535[H] ( ‘5’ )153F[H] ( ‘?’ )
636[H] ( ‘6’ )1640[H] ( ‘@’ )
737[H] ( ‘7’ )1741[H] ( ‘A’ )
838[H] ( ‘8’ )1842[H] ( ‘B’ )
939[H] ( ‘9’ )1943[H] ( ‘C’ )
103A[H] ( ‘:’ )2044[H] ( ‘D’ )
Example: When recalling scene No.7
43[H] 52[H] 43[H] 4C[H] 3A[H] 0D[H] (‘C R C L 7 CR’)
STATUS REQUEST: 52[H] 53[H] 54[H] 54[H] (‘RSTT’)
This command is used to acquire the statuses such as level meter value and others from the SRP-X700P.
•Packet format
52[H] 53[H] 54[H] 54[H] “specified value” 0D[H]
Specify any single value that corresponds to the parameter name in the following table.
Example: When reading the MIC5/LINE1 level meter value.
52[H] 53[H] 54[H] 54[H] 34[H] 0D[H] (‘R S T T 4 CR’)
•Return packet format
When communication with the SRP-X700P is established with success, the single-byte parameter corresponding to the specified value is
returned together with ACK (41[H] (‘A’)) in the order shown below.
41[H] “parameter” 0D[H]
Global reading of all parameters
When you want to read all of the parameters that can be read by the STATUS REQUEST command, send the command in the following
format.
•Packet format
52[H] 41[H] 53[H] 54[H] 0D[H] (‘R A S T CR’)
•Return packet format
The parameter containing the 74 bytes is returned always in the order shown in the following table.
– 9 –
Page 10
•Parameter
byteParameter name
1stMIC 1/WL 1 LEVEL METER VALUE38thPARALLEL INPUT7-12
2ndMIC 2/WL 2 LEVEL METER VALUE39thPARALLEL OUTPUT1-6
3rdMIC 3 LEVEL METER VALUE40thPARALLEL OUTPUT7-10
4thMIC 4 LEVEL METER VALUE41stMIC 1/WL 1 FADER VALUE
5thMIC 5/LINE 1 LEVEL METER VALUE42ndMIC 2/WL 2 FADER VALUE
6thMIC 6/LINE 2 LEVEL METER VALUE43rdMIC 3 FADER VALUE
7thLINE 3 L LEVEL METER VALUE44thMIC 4 FADER VALUE
8thLINE 3 R LEVEL METER VALUE45thMIC 5/LINE 1 FADER VALUE
9thLINE 4 L LEVEL METER VALUE46thMIC 6/LINE 2 FADER VALUE
10thLINE 4 R LEVEL METER VALUE47thLINE 3 FADER VALUE
11thLINE 4 RL LEVEL METER VALUE48thLINE 4 FADER VALUE
12thLINE 4 RR LEVEL METER VALUE49thLINE OUTPUT 1 FADER VALUE
13thLINE 4 C LEVEL METER VALUE50thLINE OUTPUT 2 FADER VALUE
14thLINE 4 SW LEVEL METER VALUE51stLINE OUTPUT 3 FADER VALUE
15thLINE OUTPUT 1 LEVEL METER VALUE52ndLINE OUTPUT 4 FADER VALUE
16thLINE OUTPUT 2 LEVEL METER VALUE53rdLINE OUTPUT 5 FADER VALUE
17thLINE OUTPUT 3 LEVEL METER VALUE54thLINE OUTPUT 6 FADER VALUE
18thLINE OUTPUT 4 LEVEL METER VALUE55thLINE OUTPUT 7 FADER VALUE
19thLINE OUTPUT 5 LEVEL METER VALUE56thLINE OUTPUT 8 FADER VALUE
20thLINE OUTPUT 6 LEVEL METER VALUE57thMASTER A FADER VALUE
21stLINE OUTPUT 7 LEVEL METER VALUE58thMASTER B FADER VALUE
22ndLINE OUTPUT 8 LEVEL METER VALUE59thREMOTE 1 FADER VALUE
23rdREC OUT 1 LEVEL METER VALUE60thREMOTE 2 FADER VALUE
24thREC OUT 2 LEVEL METER VALUE61stREMOTE 3 FADER VALUE
25thMIC SWICTH62ndREMOTE 4 FADER VALUE
26thWL RF63rdREMOTE 5 FADER VALUE
27thMIC INPUT OVER GAIN64thREMOTE 6 FADER VALUE
28thLINE INPUT OVER GAIN65thMIC INPUT MUTING
∞
29thMIC INPUT
30thLINE INPUT –
31stLINE OUTPUT1-6 OVER GAIN68th
32ndLINE OUTPUT7,8 OVER GAIN69thMASTER MUTING
33rdLINE OUTPUT1-6 –
34thLINE OUTPUT7,8 –
35thCLIP/PROTECTION72ndSCENE RECALL
36thGATE73rdLOCK/FADER ACTIVE
37thPARALLEL INPUT1-674thFR SETUP STATUS
–
∞
∞
∞
Specified
Value
30[H] (‘0’)
31[H] (‘1’)
32[H] (‘2’)
33[H] (‘3’)
34[H] (‘4’)
35[H] (‘5’)
36[H] (‘6’)
37[H] (‘7’)
38[H] (‘8’)
39[H] (‘9’)
3A[H] (‘:’)
3B[H] (‘;’)
3C[H] (‘<’)
3D[H] (‘=’)
3E[H] (‘>’)
3F[H] (‘?’)
40[H] (‘@’)
41[H] (‘A’)
42[H] (‘B’)
43[H] (‘C’)
44[H] (‘D’)
45[H] (‘E’)
46[H] (‘F
47[H] (‘G
48[H] (‘H
49[H] (‘I
4A[H] (‘J
4B[H] (‘K
4C[H] (‘L
4D[H] (‘M
4E[H] (‘N
4F[H] (‘O
50[H] (‘P
51[H] (‘Q
52[H] (‘R
53[H] (‘S
54[H] (‘T
’)
’)
byteParameter name
’)
’)
’)
’)
’)
’)
66thLINE INPUT MUTING
’)
67thLINE OUTPUT1-6 MUTING
’)
LINE OUTPUT / REC OUT /
SPEAKER OUTPUT MUTING
’)
’)
70thGROUP MUTING
’)
71stLINE4 SELECT
’)
’)
Specified
Value
55[H] (‘U’)
56[H] (‘V’)
57[H] (‘W’)
58[H] (‘X’)
59[H] (‘Y’)
5A[H] (‘Z’)
5B[H] (‘[’)
5C[H] (‘\’)
5D[H] (‘]’)
5E[H] (‘^’)
5F[H] (‘_’)
60[H] (‘`’)
61[H] (‘a’)
62[H] (‘b’)
63[H] (‘c’)
64[H] (‘d’)
65[H] (‘e’)
66[H] (‘f’)
67[H] (‘g’)
68[H] (‘h’)
69[H] (‘i’)
6A[H] (‘j
6B[H] (‘k
6C[H] (‘l
6D[H] (‘m
6E[H] (‘n
6F[H] (‘o
70[H] (‘p
71[H] (‘q
72[H] (‘r
73[H] (‘s
74[H] (‘t’)
75[H] (‘u
76[H] (‘v
77[H] (‘w
78[H] (‘x
79[H] (‘y
’)
’)
’)
’)
’)
’)
’)
’)
’)
’)
’)
’)
’)
’)
’)
The parameters to be returned have the following meaning.
– 10 –
Page 11
Level meter value
The level meter values [dB] are indicated as shown below.
LEVELLEVEL
under -3030[H] (‘0’)-439[H] (‘9’)
-3031[H] (‘1’)-33A[H] (‘:’)
-2032[H] (‘2’)-23B[H] (‘;’)
-1533[H] (‘3’)-13C[H] (‘<’)
-1034[H] (‘4’)03D[H] (‘=’)
-835[H] (‘5’)13E[H] (‘>’)
-736[H] (‘6’)23F[H] (‘?’)
-637[H] (‘7’)340[H] (‘@’)
-538[H] (‘8’)
MIC SWITCH
This command is used to display the status of the +48V switches of the MIC1/WL1 to MIC6/LINE2 by the 8-bit data.
bit7bit6bit5bit4bit3bit2bit1bit0
01
MIC6/LINE2MIC5/LINE1
MIC4MIC3MIC2/WL2MIC1/WL1
When the corresponding bit is ‘1’, the +48V switch is in the ON state. When the corresponding bit is ‘0’, it is in the OFF state.
Bit-6 and bit-7 are fixed all the time.
WL RF
Turning on/off of the RF indicator of the wireless tuner that is installed in the SRP-X700P is indicated by the 8-bit data.
bit7bit6bit5bit4bit3bit2bit1bit0
010000WL2WL1
RFRF
When the corresponding bit is ‘1’, the RF indicator turns on. When the corresponding bit is ‘0’, the RF indicator turns off.
Bit-2 to bit-7 are fixed all the time.
MIC OVER GAIN
Turning on/off of the OVER GAIN indicators of MIC1/WL1 to MIC6/LINE2 is indicated by the 8-bit data.
When the corresponding bit is ‘1’, the OVER GAIN turns on. When the corresponding bit is ‘0’, the OVER GAIN turns off.
Bit-6 and bit-7 are fixed all the time.
LINE INPUT OVER GAIN
Turning on/off of the OVER GAIN indicators of LINE3 and 4 is indicated by the 8-bit data.
bit7bit6bit5bit4bit3bit2bit1bit0
010000LINE4LINE3
When the corresponding bit is ‘1’, the OVER GAIN turns on. When the corresponding bit is ‘0’, the OVER GAIN turns off.
Bit-2 to bit-7 are fixed all the time.
– 11 –
Page 12
MIC INPUT –∞
Turning on/off of the -∞ indicators of MIC1/WL1 to MIC6/LINE2 is indicated by the 8-bit data.
When the corresponding bit is ‘1’, –∞ indicator turns on. When the corresponding bit is ‘0’, –∞ indicator turns off.
Bit-6 and bit-7 are fixed all the time.
LINE INPUT OVER GAIN
Turning on/off of the –∞ indicator of LINE3 and 4 is indicated by the 8-bit data.
bit7bit6bit5bit4bit3bit2bit1bit0
010000LINE4LINE3
When the corresponding bit is ‘1’, –∞ indicator turns on. When the corresponding bit is ‘0’, -∞ indicator turns off.
Bit-2 to bit-7 are fixed all the time.
LINE OUTPUT1-6 OVER GAIN
Turning on/off of the OVER GAIN indicators of LINE OUTPUT1 to 6 is indicated by the 8-bit data.
When the corresponding bit is ‘1’, the OVER GAIN turns on. When the corresponding bit is ‘0’, the OVER GAIN turns off.
Bit-6 and bit-7 are fixed all the time.
LINE OUTPUT7,8 OVER GAIN
Turning on/off of the OVER GAIN indicators of LINE OUTPUT7 and 8 is indicated by the 8-bit data.
bit7bit6bit5bit4bit3bit2bit1bit0
010000OUT8OUT7
When the corresponding bit is ‘1’, the OVER GAIN turns on. When the corresponding bit is ‘0’, the OVER GAIN turns off.
Bit-2 to bit-7 are fixed all the time.
LINE OUTPUT1-6 –∞
Turning on/off of the –∞ indicators of LINE OUTPUT1 to 6 is indicated by the 8-bit data.
When the corresponding bit is ‘1’, -∞ indicator turns on. When the corresponding bit is ‘0’, –∞ indicator turns off.
Bit-6 and bit-7 are fixed all the time.
LINE OUTPUT7,8 –∞
Turning on/off of the –∞ indicator of OUTPUT7 and 8 is indicated by the 8-bit data.
bit7bit6bit5bit4bit3bit2bit1bit0
010000OUT8OUT7
When the corresponding bit is ‘1’, –∞ indicator turns on. When the corresponding bit is ‘0’, –∞ indicator turns off.
Bit-2 to bit-7 are fixed all the time.
– 12 –
Page 13
CLIP/PROTECTION
Turning on/off of the CLIP and PROTECTION indicators of speaker output is indicated by the 8-bit data.
When the corresponding bit is ‘1’, the indicator turns on. When the corresponding bit is ‘0’, the indicator turns off.
Bit-2 to bit-7 are fixed all the time.
GATE
Operating status of the GATE of the automatic mixer block is indicated by the 8-bit data.
When the corresponding bit is ‘1’, the GATE is in the close state (operating). When the corresponding bit is ‘0’, the GATE is in the open
state.
Bit-6 and bit-7 are fixed all the time.
WL2WL1
PARALLEL INPUT1-6
Presence or absence of input signal to the PARALLEL INPUT1 to 6 connectors on the rear panel of the SRP-X700P is indicated by the 8-bit
data.
When the corresponding bit is ‘1’, input signal is present. When the corresponding bit is ‘0’, input signal is absent.
Bit-6 and bit-7 are fixed all the time.
PARALLEL INPUT7-12
Presence or absence of input signal to the PARALLEL INPUT7 to 12 connectors on the rear panel of the SRP-X700P is indicated by the
8-bit data.
When the corresponding bit is ‘1’, input signal is present. When the corresponding bit is ‘0’, input signal is absent.
Bit-6 and bit-7 are fixed all the time.
PARALLEL OUTPUT1-6
Presence or absence of output signal at the PARALLEL OUTPUT1 to 6 connectors on the rear panel of the SRP-X700P is indicated by the 8bit data.
When the corresponding bit is ‘1’, output signal is present. When the corresponding bit is ‘0’, output signal is absent.
Bit-6 and bit-7 are fixed all the time.
– 13 –
Page 14
PARALLEL OUTPUT7-10
Presence or absence of output signal at the PARALLEL OUTPUT7 to 10 connectors on the rear panel of the SRP-X700P is indicated by the
8-bit data.
When the corresponding bit is ‘1’, output signal is present. When the corresponding bit is ‘0’, output signal is absent.
Bit-4 to bit-7 are fixed all the time.
FADER VALUE
The fader value [dB] of each input channel, output channel and of the group fader is indicated as shown in the table below.
The fader value of each input channel and output channel is the value that is shown by the yellow marker on the side of the fader in the
INPUT OVERVIEW screen and OUTPUT OVERVIEW screen of the supplied software SRP-X700P Manager.
FADER VALUEFADER VALUEF ADER VALUE
- ∞ 30[H] (‘0’)-12.048[H] (‘H’)+3.560[H] (‘`’)
-70.031[H] (‘1’)-11.049[H] (‘I’)+4.061[H] (‘a’)
-60.032[H] (‘2’)-10.04A[H] (‘J’)+4.562[H] (‘b’)
-55.033[H] (‘3’)-9.04B[H] (‘K’)+5.063[H] (‘c’)
-50.034[H] (‘4’)-8.04C[H] (‘L’)+5.564[H] (‘d’)
-45.035[H] (‘5’)-7.04D[H] (‘M’)+6.065[H] (‘e’)
-40.036[H] (‘6’)-6.04E[H] (‘N’)+6.566[H] (‘f’)
-35.037[H] (‘7’)-5.04F[H] (‘O’)+7.067[H] (‘g’)
-32.538[H] (‘8’)-4.550[H] (‘P’)+7.568[H] (‘h’)
-30.039[H] (‘9’)-4.051[H] (‘Q’)+8.069[H] (‘i’)
-27.53A[H] (‘:’)-3.552[H] (‘R’)+8.56A[H] (‘j’)
-25.03B[H] (‘;’)-3.053[H] (‘S’)+9.06B[H] (‘k’)
-24.03C[H] (‘<’)-2.554[H] (‘T’)+10.06C[H] (‘l’)
-23.03D[H] (‘=’)-2.055[H] (‘U’)+11.06D[H] (‘m’)
-22.03E[H] (‘>’)-1.556[H] (‘V’)+12.06E[H] (‘n’)
-21.03F[H] (‘?’)-1.057[H] (‘W’)+13.06F[H] (‘o’)
-20.040[H] (‘@’)-0.558[H] (‘X’)+14.070[H] (‘p’)
-19.041[H] (‘A’)059[H] (‘Y’)+15.071[H] (‘q’)
-18.042[H] (‘B’)+0.55A[H] (‘Z’)+16.072[H] (‘r’)
-17.043[H] (‘C’)+1.05B[H] (‘[’)+17.073[H] (‘s’)
-16.044[H] (‘D’)+1.55C[H] (‘ \’)+18.074[H] (‘t’)
-15.045[H] (‘E’)+2.05D[H] (‘]’)+19.075[H] (‘u’)
-14.046[H] (‘F’)+2.55E[H] (‘^’)+20.076[H] (‘v’)
-13.047[H] (‘G’)+3.05F[H] (‘_’)
– 14 –
Page 15
MIC MUTING
Status of muting of MIC1/WL1 to MIC6/LINE2 is indicated by the 8-bit data.
When the corresponding bit is ‘1’, the output signal is muted. When the corresponding bit is ‘0’, muting is released.
Bit-6 and bit-7 are fixed all the time.
LINE OUTPUT7,8/REC OUT1,2/SPEAKER OUTPUT 1,2 MUTING
Status of muting of OUTPUT7 and 8/RECOUT1 and 2/SPEAKER OUT1 and 2 is indicated by the 8-bit data.
When the corresponding bit is ‘1’, the output signal is muted. When the corresponding bit is ‘0’, muting is released.
Bit-6 and bit-7 are fixed all the time.
MASTER MUTING
Status of muting of MASTER A and B faders among the GROUP FADER is indicated by the 8-bit data.
bit7bit6bit5bit4bit3bit2bit1bit0
010000MASTER BMASTER A
When the corresponding bit is ‘1’, the MASTER fader is muted. When the corresponding bit is ‘0’, muting is released.
Bit-2 to bit-7 are fixed all the time.
– 15 –
Page 16
GROUP MUTING
Status of muting of REMOTE1 to 6 among the GROUP FADER is indicated by the 8-bit data.
When bit 0 is ‘1’, it indicates that the fader is in the ACTIVE mode. When bit 0 is ‘0’, it indicates that the fader is in the INACTIVE mode.
When bit 1 is ‘1’, it indicates that operations from the front panel of the SRP-X700P are in the LOCKed state. When bit 1 is ‘0’, it indicates
that operations from the front panel of the SRP-X700P are in the UNLOCKed state.
Bit-2 to bit-7 are fixed all the time.
FR SETUP STATUS
The progress status of the feedback reducer setup is indicated in the 16 steps.
The “Finished (30[H])” flag indicates the setup is completed.
ProgressProgress
statusstatus
Finished30[H] (‘0’)939[H] (‘9’)
131[H] (‘1’)103A[H] (‘:’)
232[H] (‘2’)113B[H] (‘;’)
333[H] (‘3’)123C[H] (‘<’)
434[H] (‘4’)133D[H] (‘=’)
535[H] (‘5’)143E[H] (‘>’)
636[H] (‘6’)153F[H] (‘?’)
73
88[H
7[H] (‘7’)
3
] (‘8’)
1640[H] (‘@’)
– 17 –
Page 18
Parameter Setting Commands
The following commands are the group of commands used to enable you the detailed setting of internal functions of the SRP-X700P.
AUTO MIX : 43[H] 41[H] 4D[H] 58[H] (‘CAMX’)
This command is used to set ON/OFF of the automatic mixer.
•Packet format
43[H] 41[H] 4D[H] 58[H] “parameter” 0D[H]
The parameter consists of the 5 bytes all the time in the order as shown in the table below.
byteONOFF
1st3B[H] (‘;’)3B[H] (‘;’)
2nd33[H] (‘3’)33[H] (‘3’)
3rd31[H] (‘1’)31[H] (‘1’)
4th43[H] (‘C’)40[H] (‘@’)
5th7F[H] (‘DELETE’)40[H] (‘@’)
Example: When turning OFF the automatic mixer
43[H] 41[H] 4D[H] 58[H] 3B[H] 33[H] 40[H] 40[H] 0D[H] ( ‘C A M X ; 3 1 @ @ CR’ )
AUTO MIX PARAMETER REQUEST : 52[H] 41[H] 4D[H] 58[H] (‘RAMX’)
This command is used to read the ON/OFF setup of automatic mixer from the SRP-X700P.
•Packet format
52[H] 41[H] 4D[H] 58[H] 0D[H]
•Return packet format
When communication with the SRP-X700P is established with success, the parameter is returned together with ACK (41[H] (‘A’)) in the
order shown below.
41[H] “parameter” 0D[H]
Parameters are the same as those of the AUTO MIX command in the case of ON/OFF.
This command is used to return the parameters of the SRP-X700P to the default values when shipped from the factory.
•Packet format
43[H] 52[H] 53[H] 54[H] 0D[H]
When communication with the SRP-X700P is established with success, all parameters including scene memories return to the default
state when shipped from the factory.
Caution
When the parameters are returned to the default state when shipped from the factory, all parameters that have been set by users will be
overwritten.
Before starting to execute this command, create backup of the parameter values using the supplied software SRP-X700P Manager.
This command is used to read the version number of the SRP-X700P firmware.
•Packet format
52[H] 56[H] 45[H] 52[H] 0D[H]
•Return packet format
When communication with the SRP-X700P is established with success, the parameter is returned together with ACK (41[H] (‘A’)) in the
order shown below.
41[H] “parameter” 0D[H]
The parameter consists of the 8 bytes all the time in the following order.
byteParameter name
1st-7thFIRMWARE VERSION
8th30[H] (‘0’) fixed
•FIRMWARE VERSION (1-7th byte)
The 7-bytes ASCII code indicate the firmware version of the SRP-X700P.
Example: When the firmware version is 1.00
41[H] 31[H] 2E[H] 30[H] 30[H] 20[H] 20[H] 20[H] 30[H] 0D[H] ( ‘A 1 . 0 0 s s s 1 CR’ )
(“s” indicates the space. )
FR SETUP : 43[H] 46[H] 52[H] 53[H] (‘CFRS’)
This command is used to indicate start/stop of setting up the feedback reducer, to the SRP-X700P.
•Packet format
43[H] 52[H] 53[H] 41[H] “parameter” 0D[H]
•Parameter
Specify the channel that you want to implement setup, as the parameter.
By sending the command CANCEL (37[H]), you can stop the setting up.
CHANNEL
MIC1/WL131[H] (‘1’)
MIC2/WL232[H] (‘2’)
MIC333[H] (‘3’)
MIC434[H] (‘4’)
MIC5/LINE135[H] (‘5’)
MIC6/LINE236[H] (‘6’)
CANCEL37[H] (‘7’)
You can check the progress status of the feedback reducer setting up using the STATUS REQUEST command or the ALL STATUS
REQUEST command that are described later.
When setting up is complete, the SRP-X700P turns ON the feedback reducer automatically.
You can acquire the parameter of the notch filter that is set during the setting up, using the MIC INPUT STATUS REQUEST command.
Example: When setting the MIC1/WL1 feedback reducer to the automatic setup
43[H] 52[H] 53[H] 41[H] 31[H] 0D[H] (‘C F R S 1 CR’)
– 19 –
Page 20
GROUP FADER : 43[H] 47[H] 46[H] 41[H],42[H] (‘CGFA,B’)
43[H] 47[H] 46[H] 31[H]-36[H] (‘CGF1-2’)
This command is used to set any desired single channel of the GROUP FADER.
Various setups can be memorized in the scene memories by specifying these scene Nos.
The commands that correspond to the respective channels are shown below.
GROUP FADERCommand
MASTER A43[H] 47[H] 46[H] 41[H] ‘CGFA’
MASTER B43[H] 47[H] 46[H] 42[H] ‘CGFB’
REMOTE 143[H] 47[H] 46[H] 31[H] ‘CGF1’
REMOTE 243[H] 47[H] 46[H] 32[H] ‘CGF2’
REMOTE 343[H] 47[H] 46[H] 33[H] ‘CGF3’
REMOTE 443[H] 47[H] 46[H] 34[H] ‘CGF4’
REMOTE 543[H] 47[H] 46[H] 35[H] ‘CGF5’
REMOTE 643[H] 47[H] 46[H] 36[H] ‘CGF6‘
•Packet format
43[H] 47[H] 46[H] 41[H] “parameter” 0D[H]
(In the case of MASTER A)
•Parameter
This parameter consists of the 13-byte data all the time in the order as shown in the table below.
byteParameter name
1stSCENE No.
2nd-9thINDEX
10 thMIC INPUT FADER
11 thLINE INPUT FADER
12thLINE OUTPUT1-6 FADER
13thLINE OUTPUT7,8 FADER
When you specify NONE (30[H] ‘0’) as the scene No. in the 1st byte, you can establish the present setup.
When you specify the scene No.(31[H] (‘1’) to 44[H] (‘D’)), parameters of the subsequent 2nd to 13th bytes are written in the scene
memory.
•Scene No. (1st byte)
SCENE No.SCENE No.SCENE No.
NONE30[H] (‘0’)737[H] (‘7’)143E[H] (‘>’)
131[H] (‘1’)838[H] (‘8’)153F[H] (‘?’)
232[H] (‘2’)939[H] (‘9’)1640[H] (‘@’)
333[H] (‘3’)103A[H] (‘:’)1741[H] (‘A’)
434[H] (‘4’)113B[H] (‘;’)1842[H] (‘B’)
535[H] (‘5’)123C[H] (‘<’)1943[H] (‘C’)
636[H] (‘6’)133D[H] (‘=’)2044[H] (‘D’)
– 20 –
Page 21
•Index (2-9th byte)
This command is used to specify index of the input channels with 8 bytes of the ASCII code.
Caution
If number of index characters does not reach the 8 bytes, be sure to fill the blanks with the space (20[H]).
•MIC INPUT fader (10th byte)
This command is used to set the MIC1/WL1 to MIC6/LINE2 channels’ assign to the GROUP FADER with the 8-bit data.
Set 1 to implement assign. Set 0 not to implement assign.
Bit-6 and bit-7 are fixed all the time.
This command is used to set the LINE3 and 4 channels’ assign to the GROUP FADER with the 8-bit data.
Set 1 to implement assign. Set 0 not to implement assign.
Bit-2 to bit-7 are fixed all the time.
bit7bit6bit5bit4bit3bit2bit1bit0
010000LINE4LINE3
•LINE OUTPUT1-6 fader (12th byte)
This command is used to set the LINE OUTPUT1 to 6 channels’ assign to the GROUP FADER with the 8-bit data.
Set 1 to implement assign. Set 0 not to implement assign.
Bit-6 and bit-7 are fixed all the time.
This command is used to set the LINE OUTPUT7 and 8 channels’ assign to the GROUP FADER with the 8-bit data.
Set 1 to implement assign. Set 0 not to implement assign.
Bit-2 to bit-7 are fixed all the time.
bit7bit6bit5bit4bit3bit2bit1bit0
010000LINELINE
OUTPUT8 OUTPUT7
Caution
Do no assign the INPUT fader and the OUTPUT fader to the GROUP FADER of the same channel.
Example: When setting the MASTER A as shown below.
Index: MIC
MIC INPUT fader: Assign the MIC1/WL1 through MIC4.
: MIC5/LINE1 and MIC6/LINE2 are not assigned.
LINE INPUT fader: LINE 3 and 4 INPUTs are not assigned.
LINE OUTPUT1-6 fader: LINE OUTPUT1 through 6 are not assigned.
LINE OUTPUT7,8 fader: LINE OUTPUT7 and 8 are not assigned.
43[H] 47[H] 46[H] 41[H] 30[H] 4D[H] 49[H] 43[H] 20[H] 20[H] 20[H] 20[H] 20[H] 4F[H] 40[H] 40[H] 40[H] 0D[H]
(‘ C G F A M I C s s s s s O @ @ @ CR’)
“s” indicates the space.
– 21 –
Page 22
GROUP FADER PARAMETER REQUEST: 52[H] 47[H] 46[H] 41[H],42[H] (‘RGFA,B’)
52[H] 47[H] 46[H] 31[H]-36[H] (‘RGF1-2’)
This command is used to read the setup of any desired single channel of the GROUP FADER from the SRP-X700P.
The commands that correspond to the respective channels are shown below.
GROUP FADERCommand
MASTER A52[H] 47[H] 46[H] 41[H] ‘RGFA’
MASTER B52[H] 47[H] 46[H] 42[H] ‘RGFB’
REMOTE 152[H] 47[H] 46[H] 31[H] ‘RGF1’
REMOTE 252[H] 47[H] 46[H] 32[H] ‘RGF2’
REMOTE 352[H] 47[H] 46[H] 33[H] ‘RGF3’
REMOTE 452[H] 47[H] 46[H] 34[H] ‘RGF4’
REMOTE 552[H] 47[H] 46[H] 35[H] ‘RGF5’
REMOTE 652[H] 47[H] 46[H] 36[H] ‘RGF6’
•Packet format
52[H] 52[H] 4C[H] 31[H] “parameter” 0D[H]
•Parameter
Specify the scene No. of the scene memory that you want to read, as the parameter. For the method of specifying the scene No., refer to
the GROUP FADER command (page 20).
•Return packet format
When communication with the SRP-X700P is established with success, the parameter is returned together with ACK (41[H] (‘A’)) in the
order shown below.
41[H] “parameter” 0D[H]
The parameters are the same as the 12 bytes of the GROUP FADER command from which the scene No. is exempted.
INFORMATION : 43[H] 49[H] 4E[H] 46[H] (‘CINF’)
This command is used to set the information and to implement the power-on setting.
•Packet format
43[H] 50[H] 49[H] 4F[H] “parameter” 0D[H]
•Parameter
The parameter consists of the 129-byte data all the time in the order as shown in the table below.
byteParameter name
1stPower On Setting
2nd-129thINFORMATION
•Power On Setting (1st byte)
This command is sued to implement the Power On Setting.
Power On Setting
LAST MEMORY30[H] (‘0’)
DEFAULT31[H] (‘1’)
SCENE No.132[H] (‘2’)
– 22 –
Page 23
•INFORMATION (2-129th byte)
Specify the index of the input channels using the ASCII code.
Caution
If number of index characters does not reach the 128 bytes, be sure to fill the blanks with the space (20[H]) so that it becomes 128 bytes
all the time.
INFORMATION PARAMETER REQUEST : 52[H] 49[H] 4E[H] 46[H] (‘RINF’)
This command is used to read the information and the power-on setting from the SRP-X700P.
•Packet format
52[H] 49[H] 4E[H] 46[H] 0D[H]
•Return packet format
When communication with the SRP-X700P is established with success, the parameter is returned together with ACK (41[H] (‘A’)) in the
order shown below.
41[H] “parameter” 0D[H]
The parameter is the same as the 129-byte parameter of the INFORMATION command.
LINE 3 INPUT : 43[H] 49[H] 4D[H] 33[H] (‘CIL3’)
This command is used to implement setting up the LINE 3 input channel.
Various setups can be memorized in the scene memories by specifying these scene Nos.
The parameter consists of the 19 bytes all the time in the order as shown in the table below.
byteParameter namebyteParameter name
1stSCENE No.14thPEQ1 GAIN
2nd-9thINDEX15thPEQ2 Frequency
10 thTRIM16thPEQ2 Q
11 thFUNCTION ON/OFF17thPEQ2 GAIN
12thPEQ1 Frequency18thGAIN LIMIT LEVEL
13thPEQ1 Q19thFADER LEVEL
When you specify NONE (30[H] ‘0’) as the scene No. in the 1st byte, you can establish the present setup. At the same time, when you
specify the scene No.(31[H] (‘1’) through 44[H] (‘D’)), the parameters of the subsequent 2nd through 19th bytes are written in the scene
memories.
For the method of setting the scene No. and index, refer to the GROUP FADER command (pages 20 and 21).
– 23 –
Page 24
•TRIM (10th byte)
This command is used to set the reference level of the input terminal.
REF LEVEL
-10dBu30[H] (‘0’)
-9dBu31[H] (‘1’)
-8dBu32[H] (‘2’)
-7dBu33[H] (‘3’)
-6dBu34[H] (‘4’)
-5dBu35[H] (‘5’)
-4dBu36[H] (‘6’)
-3dBu37[H] (‘7’)
-2dBu38[H] (‘8’)
-1dBu39[H] (‘9’)
0dBu3A[H] (‘:’)
•Function ON/OFF (11th byte)
This command is used to turn ON/OFF the parametric equalizer with the 8-bit data.
bit7bit6bit5bit4bit3bit2bit1bit0
01000PEQ00
When you want to turn ON the function, set bit 2 to 1. When you want to turn OFF the function, set bit 2 to 0.
Bit-0, bit-1 and bit-3 to bit-7 are fixed all the time.
•PEQ frequency (12 and 15th byte)
This command is used to set the center frequency [Hz] of parametric equalizer.
This command is used to set the level [dB] at the Gain Limit.
GAIN LIMITGAIN LIMIT
-1030[H] (‘0’)+13B[H] (‘;’)
-931[H] (‘1’)+23C[H] (‘<’)
-832[H] (‘2’)+33D[H] (‘=’)
-733[H] (‘3’)+43E[H] (‘>’)
-634[H] (‘4’)+53F[H] (‘?’)
-535[H] (‘5’)+640[H] (‘@’)
-436[H] (‘6’)+741[H] (‘A’)
-337[H] (‘7’)+842[H] (‘B’)
-238[H] (‘8’)+943[H] (‘C’)
-139[H] (‘9’)+1044[H] (‘D’)
03A[H] (‘:’)
– 25 –
Page 26
•Fader level (19th byte)
This command is used to set the fader level [dB].
This fader levels are shown as the fader values on the INPUT OVERVIEW screen of the supplied software SRP-X700P Manager.
Example: When setting the respective parameters as shown below.
Scene No.: NONE
Index: CD
TRIM: -10dBu
Function OFF: PEQ ON
PEQ1,2 frequency: 1kHz
PEQ1,2 Q: 10
PEQ1,2 gain: 0dB
Gain Limit level: +10dBu
Fader level: 0dB
43[H] 49[H] 4D[H] 33[H] 30[H] 43[H] 44[H] 20[H] 20[H] 20[H] 20[H] 20[H] 20[H] 30[H] 41[H] 4E[H] 46[H]
4E[H] 4E[H] 46[H] 4E[H] 44[H] 59[H] 0D[H]
(‘ C I L 3 0 C D ssssss 0 @ N F N N F N D Y CR’)
This command is used to read setup of the LINE 3 input channel from the SRP-X700P.
•Packet format
52[H] 49[H] 4D[H] 33[H] “parameter” 0D[H]
•Parameter
Specify the scene No. of the scene memory that you want to read, as the parameter.
Method of specifying the scene No. is the same as that of the GROUP FADER command. See page 20.
•Return packet format
When communication with the SRP-X700P is established with success, the parameter is returned together with ACK (41[H] (‘A’)) in the
order shown below.
41[H] “parameter” 0D[H]
The parameters are the same as the 18-byte parameter of the LINE3 INPUT command from which the scene No. is exempted.
– 26 –
Page 27
LINE 4 INPUT : 43[H] 49[H] 4D[H] 34[H] (‘CIL4’)
This command is used to implement setting up the LINE 4 input channel.
Various setups can be memorized in the scene memories by specifying these scene Nos.
•Packet format
43[H] 49[H] 4D[H] 34[H] “parameter” 0D[H]
•Parameter
The parameter consists of the 64 bytes all the time in the order as shown in the table below.
byteParameter namebyteParameter name
1stSCENE No.54thLINE4 E TRIM
2nd-9thLINE4 A INDEX55thLINE4 F TRIM
10th-17thLINE4 B INDEX56thFUNCTION ON/OFF
18th-25thLINE4 C INDEX57thPEQ1 Frequency
26th-33rdLINE4 D INDEX58thPEQ1 Q
34th-41stLINE4 E INDEX59thPEQ1 GAIN
42nd-49thLINE4 F INDEX60stPEQ2 Frequency
50thLINE4 A TRIM61stPEQ2 Q
51stLINE4 B TRIM62ndPEQ2 GAIN
52ndLINE4 C TRIM63rdGAIN LIMIT LEVEL
53rdLINE4 D TRIM64thFADER LEVEL
When you specify NONE (30[H] ‘0’) as the scene No. in the 1st byte, you can establish the present setup.
At the same time, when you specify the scene No.(31[H] (‘1’) through 44[H] (‘D’)), parameters of the subsequent 2nd through 64th bytes
are written in the scene memory.
The method of setting the scene No. and index of LINE4A through F, is the same as that of the GROUP FADER command. See pages 20
and 21.
Method of setting the LINE4A-F TRIM, FUNCTION ON/OFF, PEQ1,2 frequency, PEQ1,2 Q, PEQ1,2 Gain, Gain Limit level and input
fader level is the same as that of the LINE 3 INPUT command. See pages 23 to 26.
For the packet example, see the example of the LINE 3 INPUT command on page 26. However, the parameter length becomes 64 bytes.
This command is used to read setup of the LINE 4 input channel from the SRP-X700P.
•Packet format
52[H] 49[H] 4D[H] 34[H] “parameter” 0D[H]
•Parameter
Specify the scene No. of the scene memory that you want to read, as the parameter.
Method of specifying the scene No. is the same as that of the GROUP FADER command. See page 20.
•Return packet format
When communication with the SRP-X700P is established with success, the parameter is returned together with ACK (41[H] (‘A’)) in the
order shown below.
41[H] “parameter” 0D[H]
The parameter is the same as the 63 bytes of the LINE4 INPUT command parameter from which the scene No. is exempted.
– 27 –
Page 28
LINE OUTPUT1,2 : 43[H] 4F[H] 4C[H] 31[H],32[H] (‘COL1,2’)
This command is used to implement setup of any desired single channel of the LINE OUTPUT1 and 2.
Various setups can be memorized in the scene memories by specifying these scene Nos.
The commands that correspond to the respective channels are shown below.
CHANNELCommand
LINE OUTPUT 143[H] 4F[H] 4C[H] 31[H] ‘COL1’
LINE OUTPUT 243[H] 4F[H] 4C[H] 32[H] ‘COL2’
•Packet format
43[H] 4F[H] 4C[H] 31[H] “parameter” 0D[H]
(In the case of LINE OUTPUT 1)
•Parameter
The parameter consists of the 47 bytes all the time in the order as shown in the table below.
byteParameter namebyteParameter name
1stSCENE No.28thPEQ6 Q
2nd-9thINDEX29thPEQ6 GAIN
10thREF LEVEL30thPEQ7 Frequency
11thFUNCTION ON/OFF31stPEQ7 Q
12thPEQ1 Frequency32ndPEQ7 GAIN
13thPEQ1 Q33rdPEQ8 Frequency
14thPEQ1 GAIN34thPEQ8 Q
15thPEQ2 Frequency35thPEQ8 GAIN
16thPEQ2 Q36thPEQ9 Frequency
17thPEQ2 GAIN37thPEQ9 Q
18thPEQ3 Frequency38thPEQ9 GAIN
19thPEQ3 Q39thPEQ10 Frequency
20thPEQ3 GAIN40thPEQ10 Q
21stPEQ4 Frequency41stPEQ10 GAIN
22ndPEQ4 Q42ndPEQ11 Frequency
23rdPEQ4 GAIN43rdPEQ11 Q
24thPEQ5 Frequency44thPEQ11 GAIN
25thPEQ5 Q45thDelay
26thPEQ5 GAIN46thGAIN LIMIT LEVEL
27thPEQ6 Frequency47thFADER LEVEL
When you specify NONE (30[H] ‘0’) as the scene No. in the 1st byte, you can establish the present setup.
When you specify the scene Nos.(31[H] (‘1’) through 44[H] (‘D’)), the parameters of the subsequent 2nd to 47th bytes are written in the
scene memory.
For the method of setting the scene No. and index, refer to the GROUP FADER command (pages 20 and 21).
Method of setting the PEQ1-11 frequency, PEQ1-11 Q, PEQ1-11 Gain, Gain Limit level and fader level is the same as that of the LINE 3
INPUT command. See pages 23 to 26.
For the packet example, see the example of the LINE 3 INPUT command on page 26. However, the parameter length becomes 47 bytes.
– 28 –
Page 29
•REF LEVEL (10th byte)
This command is used to set the reference output level [dBu].
REF LEVEL
-1030[H] (‘0’)
-53
0A[H]‘:’
4E[H]‘>’
5[H] (‘5’)
3
3
(
(
())
•Function ON/OFF (11th byte)
This command is used to turn ON/OFF the delay (DELAY), parametric equalizer (PEQ) and high-cut filter (HCF) with the 8-bit data.
bit7bit6bit5bit4bit3bit2bit1bit0
01000HCFPEQDELAY
Set the corresponding bit to 1 to turn ON the delay (DELAY), parametric equalizer (PEQ) and high-cut filter (HCF). Set the
corresponding bit to 0 to turn them OFF.
Bit-3 to bit-7 are fixed all the time.
Caution
When the high-cut filter (HCF) is turned ON, the parameters that are set in PEQ11 are invalidated.
•Delay (45th byte)
This command is used to set the delay.
[ms][m][feet][ms][m][feet]
000 30[H] (‘0’)78.32790.04B[H] (‘K’)
2.913.331[H] (‘1’)81.22893.34C[H] (‘L’)
5.826.732[H] (‘2’)84.12996.74D[H] (‘M’)
8.7310.033[H] (‘3’)87.030100.04E[H] (‘N’)
11.6413.334[H] (‘4’)89.931103.34F[H] (‘O’)
14.5516.735[H] (‘5’)92.832106.750[H] (‘P’)
17.4620.036[H] (‘6’)95.733110.051[H] (‘Q’)
20.3723.337[H] (‘7’)98.634113.352[H] (‘R’)
23.2826.738[H] (‘8’)101.535116.753[H] (‘S’)
26.1930.039[H] (‘9’)104.436120.054[H] (‘T’)
29.01033.33A[H] (‘:’)107.337123.355[H] (‘U’)
31.91136.73B[H] (‘;’)110.238126.756[H] (‘V’)
34.81240.03C[H] (‘<’)113.139130.057[H] (‘W’)
37.71343.33D[H] (‘=’)116.040133.358[H] (‘X’)
40.61446.73E[H] (‘>’)118.941136.759[H] (‘Y’)
43.51550.03F[H] (‘?’)121.842140.05A[H] (‘Z’)
46.41653.340[H] (‘@’)124.743143.35B[H] (‘[’)
49.31756.741[H] (‘A’)127.644146.75C[H] (‘\’)
52.21860.042[H] (‘B’)130.545150.05D[H] (‘]’)
55.11963.343[H] (‘C’)133.446153.35E[H] (‘^’)
58.02066.744[H] (‘D’)136.347156.75F[H] (‘_’)
60.92170.045[H] (‘E’)139.248160.060[H] (‘`’)
63.82273.346[H] (‘F’)142.149163.361[H] (‘a’)
66.72376.747[H] (‘G’)145.050166.762[H] (‘b’)
69.62480.048[H] (‘H’)147.951170.063[H] (‘c’)
72.52583.349[H] (‘I’)150.852173.364[H] (‘d’)
75.42686.74A[H] (‘J’)
– 29 –
Page 30
LINE OUTPUT 1,2 PARAMETER REQUEST :
52[H] 4F[H] 4D[H] 31[H],32[H] (‘ROL1,2’)
This command is used to read the setup of any desired single channel of the LINE OUTPUT 1 and 2 from the SRP-X700P.
The commands that correspond to the respective channels are shown below.
CHANNELCommand
LINE OUTPUT 152[H] 4F[H] 4C[H] 31[H] ‘ROL1’
LINE OUTPUT 252[H] 4F[H] 4C[H] 32[H] ‘ROL2’
•Packet format
52[H] 4F[H] 4C[H] 31[H] “parameter” 0D[H]
(In the case of LINE OUTPUT 1)
•Parameter
Specify the scene No. of the scene memory that you want to read, as the parameter.
Method of specifying the scene No. is the same as that of the GROUP FADER command. See page 20.
•Return packet format
When communication with the SRP-X700P is established with success, the parameter is returned together with ACK (41[H] (‘A’)) in the
order shown below.
41[H] “parameter” 0D[H]
The parameter is the same as the 46 bytes of the LINE OUTPUT1 and 2 commands’ parameter from which the scene No. is exempted.
LINE OUTPUT3-8 : 43[H] 4F[H] 4C[H] 33[H]-38[H] (‘COL3-8’)
This command is used to implement setting up the desired single channel of the LINE OUTPUT3 to 8.
Various setups can be memorized in the scene memories by specifying these scene Nos.
The commands that correspond to the respective channels are shown below.
CHANNELCommand
LINE OUTPUT 343[H] 4F[H] 4C[H] 33[H] ‘COL3’
LINE OUTPUT 443[H] 4F[H] 4C[H] 34[H] ‘COL4’
LINE OUTPUT 543[H] 4F[H] 4C[H] 35[H] ‘COL5’
LINE OUTPUT 643[H] 4F[H] 4C[H] 36[H] ‘COL6’
LINE OUTPUT 743[H] 4F[H] 4C[H] 37[H] ‘COL7’
LINE OUTPUT 843[H] 4F[H] 4C[H] 38[H] ‘COL8’
•Packet format
43[H] 4F[H] 4C[H] 33[H] “parameter” 0D[H]
(In the case of LINE OUTPUT 3)
– 30 –
Page 31
•Parameter
The parameter consists of the 26 bytes all the time in the order as shown in the table below.
byteParameter namebyteParameter name
1stSCENE No.18 thPEQ3 Frequency
2nd-9thINDEX19 thPEQ3 Q
10thREF LEVEL20 thPEQ3 GAIN
11thFUNCTION ON/OFF21 stPEQ4 Frequency
12thPEQ1 Frequency22 ndPEQ4 Q
13thPEQ1 Q23 rdPEQ4 GAIN
14thPEQ1 GAIN24 thDELAY
15thPEQ2 Frequency25 thGAIN LIMIT LEVEL
16thPEQ2 Q26 thFADER LEVEL
17thPEQ2 GAIN
When you specify NONE (30[H] ‘0’) as the scene No. in the 1st byte, you can establish the present setup.
At the same time, when you specify the scene No.(31[H] (‘1’) through 44[H] (‘D’)), parameters of the subsequent 2nd to 26th bytes are
written in the scene memory.
For the method of setting the scene No. and index, refer to the GROUP FADER command (pages 20 and 21).
Method of setting the PEQ1-4 frequency, PEQ1-4 Q, PEQ1-4 Gain, Gain Limit and fader level is the same as that of the LINE 3 INPUT
command. See pages 23 to 26.
Method of setting the REF LEVEL, Function ON/OFF and delay is the same as that of the LINE OUTPUT1 and 2 commands. See page
29.
For the packet example, see the example of the LINE 3 INPUT command on page 26. However, the parameter length becomes 26 bytes.
•REF LEVEL (10th byte)
This command is used to set the reference output level [dBu].
REF LEVEL
-1030[H] (‘0’)
-535[H] (‘5’)
03A[H]‘:’)
(
– 31 –
Page 32
LINE OUTPUT3-8 PARAMETER REQUEST :
52[H] 4F[H] 4D[H] 33[H]-38[H] (‘ROL3-8’)
This command is used to read the setup of any desired single channel of the LINE OUTPUT 3 to 8 from the SRP-X700P.
The commands that correspond to the respective channels are shown below.
CHANNELCommand
LINE OUTPUT 343[H] 4F[H] 4C[H] 33[H] ‘ROL3’
LINE OUTPUT 443[H] 4F[H] 4C[H] 34[H] ‘ROL4’
LINE OUTPUT 543[H] 4F[H] 4C[H] 35[H] ‘ROL5’
LINE OUTPUT 643[H] 4F[H] 4C[H] 36[H] ‘ROL6’
LINE OUTPUT 743[H] 4F[H] 4C[H] 37[H] ‘ROL7’
LINE OUTPUT 843[H] 4F[H] 4C[H] 38[H] ‘ROL8’
•Packet format
52[H] 4F[H] 4C[H] 33[H] “parameter” 0D[H]
(In the case of LINE OUTPUT 3)
•Parameter
Specify the scene No. of the scene memory that you want to read, as the parameter.
Method of specifying the scene No. is the same as that of the GROUP FADER command. See page 20.
•Return packet format
When communication with the SRP-X700P is established with success, the parameter is returned together with ACK (41[H] (‘A’)) in the
order shown below.
41[H] “parameter” 0D[H]
The parameter is the same as the 25 bytes of the LINE OUTPUT 3 through 8 commands’ parameter from which the scene No. is
exempted.
MIC INPUT : 43[H] 49[H] 4D[H] 31[H]-36[H] (‘CIM1-6’)
This command is used to implement setting up the desired single channel of the MIC1/WL1 to MIC6/LINE2 input channels.
Various setups can be memorized in the scene memories by specifying these scene Nos.
The commands that correspond to the respective channels are shown below.
CHANNELCommand
MIC1/WL143[H] 49[H] 4D[H] 31[H] (‘CIM1’)
MIC2/WL243[H] 49[H] 4D[H] 32[H] (‘CIM2’)
MIC343[H] 49[H] 4D[H] 33[H] (‘CIM3’)
MIC443[H] 49[H] 4D[H] 34[H] (‘CIM4’)
MIC5/LINE143[H] 49[H] 4D[H] 35[H] (‘CIM5’)
MIC6/LINE243[H] 49[H] 4D[H] 36[H] (‘CIM6’)
– 32 –
Page 33
•Packet format
43[H] 49[H] 4D[H] 31[H] “parameter” 0D[H]
(In the case of MIC1/WL1 input channels)
•Parameter
The parameter consists of the 41 bytes all the time in the order as shown in the table below.
byteParameter namebyteParameter name
1stSCENE No.25th46[H] (‘F’) fixed
2nd-9thINDEX26thFR1 GAIN
10thTRIM27thFR2 Frequency
11thFUNCTIONON/OFF28th46[H] (‘F’) fixed
12thPEQ1 Frequency29thFR2 GAIN
13thPEQ1 Q30thFR3 Frequency
14thPEQ1 GAIN31st46[H] (‘F’) fixed
15thPEQ2 Frequency32ndFR3 GAIN
16thPEQ2 Q33rdFR4 Frequency
17thPEQ2 GAIN34th46[H] (‘F‘) fixed
18thPEQ3 Frequency35thFR4 GAIN
19thPEQ3 Q36thFR5 Frequency
20thPEQ3 GAIN37th46[H] (‘F’) fixed
21st26[H] (‘&’) fixed38thFR5 GAIN
22nd2F[H] (‘/’) fixed39thCOMPRESSOR
23rd30[H] (‘0’) fixed40thGAIN LIMIT LEVEL
24thFR1 Frequency41stFADER LEVEL
When you specify NONE (30[H] ‘0’) as the scene No. in the 1st byte, you can establish the present setup.
At the same time, when you specify the scene No.(31[H] (‘1’) through 44[H] (‘D’)), parameters of the subsequent 2nd through 41th bytes
are written in the scene memory.
For the method of setting the scene No. and index, refer to the GROUP FADER command (pages 20 and 21).
Method of setting the PEQ1-3 frequency, PEQ1-3 Q, PEQ1-3 Gain, Gain Limit level and fader level is the same as that of the LINE 3
INPUT command. See pages 23 to 26.
For the packet example, see the example of the LINE 3 INPUT command on page 26. However, the parameter length becomes 41 byts.
– 33 –
Page 34
•TRIM (10th byte)
This command is used to set the reference level [dBu] of the input terminals.
REF LEVEL
Mic level inputLine level input
-60-1030[H] (‘0’)
-59-931[H] (‘1’)
-58-832[H] (‘2’)
-57-733[H] (‘3’)
-56-634[H] (‘4’)
-55-535[H] (‘5’)
-54-436[H] (‘6’)
-53-337[H] (‘7’)
-52-238[H] (‘8’)
-51-139[H] (‘9’)
-5003A[H] (‘:’)
-49+13B[H] (‘;’)
-48+23C[H] (‘<’)
-47+33D[H] (‘=’)
-46+43E[H] (‘>’)
-45+53F[H] (‘?’)
•Function ON/OFF (11th byte)
This command is used to turn ON/OFF the parametric equalizer (PEQ), feedback reducer (FR) and low-cut filter (LCF) with the 8-bit
data.
bit7bit6bit5bit4bit3bit2bit1bit0
01000PEQFRLCF
When you want to turn ON PEQ, FR and LCF, set the corresponding bit to 1. When you want to turn them OFF, set the corresponding bit
to 0.
Bit-3 to bit-7 are fixed all the time.
•FR frequency (24, 27, 30, 33 and 36th bytes), FR gain (26, 29, 32, 35 and 38th bytes)
This command is used to set the center frequency and the gain of the notch filter used for the feedback reducer.
Method of setting is the same as the of the PEQ frequency and PEQ gain. See pages 24 and 25.
•Compressor (39th byte)
This command is used to set the compressor.
COMPRESSOR
OFF30[H] (‘0’)
SOFT31[H] (‘1’)
MID32[H] (‘2’)
HARD33[H] (‘3’)
– 34 –
Page 35
MIC INPUT PARAMETER REQUEST : 52[H] 49[H] 4D[H] 31[H]-36[H] (‘RIM1-6’)
This command is used to read the setup of any desired single channel of the MIC input channels from the SRP-X700P.
The commands that correspond to the respective channels are shown below.
CHANNELCommand
MIC1/WL152[H] 49[H] 4D[H] 31[H] (‘RIM1’)
MIC2/WL252[H] 49[H] 4D[H] 32[H] (‘RIM2’)
MIC352[H] 49[H] 4D[H] 33[H] (‘RIM3’)
MIC452[H] 49[H] 4D[H] 34[H] (‘RIM4’)
MIC5/LINE152[H] 49[H] 4D[H] 35[H] (‘RIM5’)
MIC6/LINE252[H] 49[H] 4D[H] 36[H] (‘RIM6’)
•Packet format
52[H] 49[H] 4D[H] 31[H] “parameter” 0D[H]
(In the case of MIC1/WL1)
•Parameter
Specify the scene No. of the scene memory that you want to read, as the parameter.
Method of specifying the scene No. is the same as that of the GROUP FADER command. See page 20.
•Return packet format
When communication with the SRP-X700P is established with success, the parameter is returned together with ACK (41[H] (‘A’)) in the
order shown below.
41[H] “parameter” 0D[H]
The parameter is the same as the 40 bytes of the MIC INPUT command parameter from which the scene No. is exempted.
This command is used to write the muting setup of the respective input/output channels and GROUP FADER, and the LINE4 SELECT setup
for each scene memory.
•Packet format
43[H] 4D[H] 54[H] 53[H] “parameter” 0D[H]
•Parameter
The parameter consists of the 8 bytes in the order as shown in the table below.
byteParameter name
1stSCENE No.
2ndMIC MUTING
3rdLINE3,4 MUTING
4thLINE OUTPUT1-6 MUTING
5thLINE OUTPUT7,8/REC OUT/SPEAKER OUTPUT MUTING
6thMASTER MUTING
7thGROUP MUTING
8thLINE4 SELECT
– 35 –
Page 36
When you specify the scene No.(31[H] (‘1’) through 44[H] (‘D’)), parameters of the subsequent 2nd through 8th bytes are written in the
scene memory.
•Scene No. (1st byte)
This command is used to specify the scene No.
SCENE No.SCENE No.
131[H] ( ‘1’ )113B[H] ( ‘;’ )
232[H] ( ‘2’ )123C[H] ( ‘<’ )
333[H] ( ‘3’ )133D[H] ( ‘=’ )
434[H] ( ‘4’ )143E[H] ( ‘>’ )
535[H] ( ‘5’ )153F[H] ( ‘?’ )
636[H] ( ‘6’ )1640[H] ( ‘@’ )
737[H] ( ‘7’ )1741[H] ( ‘A’ )
838[H] ( ‘8’ )1842[H] ( ‘B’ )
939[H] ( ‘9’ )1943[H] ( ‘C’ )
103A[H] ( ‘:’ )2044[H] ( ‘D’ )
•MIC MUTING (2nd byte)
This command is used to specify muting of the MIC input channels with the 8-bit data.
When you want to set the MUTING status, set the corresponding bit to 1. When you want to cancel MUTING, set the corresponding bit
to 0.
Bit-6 and bit-7 are fixed all the time.
This command is used to specify muting of the LINE input channels with the 8-bit data.
When you want to set the MUTING status, set the corresponding bit to 1. When you want to cancel MUTING, set the corresponding bit
to 0.
Bit-2 to bit-7 are fixed all the time.
bit7bit6bit5bit4bit3bit2bit1bit0
010000LINE4LINE3
•LINE OUTPUT1-6 MUTING (4th byte)
This command is used to specify muting of the LINE OUTPUT1 to 6 channels with the 8-bit data.
When you want to set the MUTING status, set the corresponding bit to 1. When you want to cancel MUTING, set the corresponding bit
to 0.
Bit-6 and bit-7 are fixed all the time.
This command is used to specify muting of the LINE OUTPUT7,8, REC OUT1,2, SPEAKER OUTPUT1 and 2 with the 8-bit data.
When you want to set the MUTING status, set the corresponding bit to 1. When you want to cancel MUTING, set the corresponding bit
to 0.
Bit-6 and bit-7 are fixed all the time.
This command is used to specify muting of the MASTER A and B with the 8-bit data.
When you want to set the MUTING status, set the corresponding bit to 1. When you want to cancel MUTING, set the corresponding bit
to 0.
Bit-2 to bit-7 are fixed all the time.
bit7bit6bit5bit4bit3bit2bit1bit0
010000MASTER B MASTER A
•GROUP FADER MUTING (7th byte)
This command is used to specify muting of the REMOTE1 to 6 with 8-bit data.
When you want to set the MUTING status, set the corresponding bit to 1. When you want to cancel MUTING, set the corresponding bit
to 0.
Bit-6 and bit-7 are fixed all the time.
This command is used to specify the selection channel for the LINE4 SELECT.
CH
OFF30[H] (
A31[H]‘1’)
B32[H]‘2’)
C33[H]‘3’)
D34[H]‘4’)
E35[H]‘5’)
F36[H]‘6’)
‘0’)
(
(
(
(
(
(
Example: When you want to write the following channels in the scene No.1 after setting MIC1/WL1-MIC4 in the MUTING status,
LINE OUTPUT7 and 8 in the MUTING status, other channels in the MUTING-released status and LINE4 SELECT in B.
43[H] 4D[H] 54[H] 53[H] 31[H] 4F[H] 40[H] 40[H] 43[H] 40[H] 40[H] 32[H] 0D[H]
(‘ C M T S 1 O @ @ C @ @ 2 CR’)
MUTING/LINE4 SELECT PARAMETER REQUEST:
52[H] 4D[H] 54[H] 53[H] (‘RMTS’)
This command is used to read the muting setup of the respective input/output channels and GROUP FADER for each scene memory and to
read the LINE4 SELECT setup from the SRP-X700P.
•Packet format
52[H] 4D[H] 54[H] 53[H] “parameter” 0D[H]
•Parameter
Specify the scene No. of the scene memory that you want to read, as the parameter. Method to specify the scene No. is the same as that of
the MUTING/LINE4 SELECT command. See page 36.
•Return packet format
When communication with the SRP-X700P is established with success, the parameter is returned together with ACK (41[H] (‘A’)) in the
order shown below.
41[H] “parameter” 0D[H]
The parameter is the same as the 7 bytes of the MUTING/LINE4 SELECT command parameter from which the scene No. is exempted.
This command is used to set the PANEL LOCK and the FADER MODE.
•Packet format
43[H] 53[H] 45[H] 4C[H] “parameter” 0D[H]
•Parameter
Specify the setup of the PANEL LOCK and that of the FADER MODE as the parameters with the 8-bit data.
When you want to lock the PANEL LOCK, set 1. When you release the lock, set 0.
When you want to set the FADER MODE in the ACTIVE mode, set 1. When you want to set it in the INACTIVE mode, set 0.
Bit-2 to bit-7 are fixed all the time.
bit7bit6bit5bit4bit3bit2bit1bit0
010000PANELFADER
LOCKMODE
Example: When releasing lock of the PANEL LOCK and setting the FADER MODE to ACTIVE.
43[H] 53[H] 45[H] 4C[H] 42[H] 0D[H] (‘C S E L B CR’)
PARALLEL I/O : 43[H] 50[H] 49[H] 4F[H] (‘CPIO’)
This command is used to set the functions of the REMOTE PARALLEL terminal.
•Packet format
43[H] 50[H] 49[H] 4F[H] “parameter” 0D[H]
•Parameter
The parameter consists of the 44 bytes all the time in the order as shown in the table below.
This command is used to set the PARALLEL INPUT function 2.
The different functions are supported for the respective values depending on the setup of the PARALLEL INPUT function 1.
This command is used to set the PARALLEL OUTPUT function 2.
The different functions are supported for the respective values depending on the setup of the PARALLEL OUTPUT function 1.
FUNCTION2
NONE
NONEAMic11On30[H] (‘0’)
AV
SELOver
BMic22Standby31[H] (‘1’)
CMic3332[H] (‘2’)
DMic4433[H] (‘3’)
EMicLine5534[H] (‘4’)
FMicLine6635[H] (‘5’)
OFFLine3736[H] (‘6’)
-∞
Line4837[H] (‘7’)
Out1938[H] (‘8’)
Out21039[H] (‘9’)
Out3113A[H] (‘:’)
Out4123B[H] (‘;’)
Out5133C[H] (‘<’)
Out6143D[H] (‘=’)
Out7153E[H] (‘>’)
Out8163F[H] (‘?’)
MasterA1740[H] (‘@’)
MasterB1841[H] (‘A’)
RECALLPJ Power
1942[H] (‘B’)
2043[H] (‘C’)
Example: When setting the respective parameters as shown below.
INPUT1 function 1: AV SEL
INPUT1 function 2: B
INPUT2-12 function 1: NONE
INPUT2-12 function 2: NONE
OUTPUT1 function 1: RECALL
OUTPUT1 function 2: 1
OUTPUT2-10 function 1 : NONE
OUTPUT2-10 function 2 : NONE
This command is used to read setup of the REMOTE PARALLEL terminal from the SRP-X700P.
•Packet format
52[H] 50[H] 49[H] 4F[H] 0D[H]
•Return packet format
When communication with the SRP-X700P is established with success, the parameter is returned together with ACK (41[H] (‘A’)) in the
order shown below.
41[H] “parameter” 0D[H]
The parameter is the same as the 44 bytes of the PARALLEL I/O command parameter from which the scene No. is exempted.
REC OUT : 43[H] 4F[H] 52[H] 31[H],32[H] (‘COR1,2’)
This command is used to implement setting up the desired single channel of the REC OUT 1 and 2.
Various setups can be memorized in the scene memories by specifying these scene Nos.
The commands that correspond to the respective channels are shown below.
CHANNELCommand
REC OUT 152[H] 4F[H] 52[H] 31[H] ‘ROR1’
REC OUT 252[H] 4F[H] 52[H] 32[H] ‘ROR2’
•Packet format
43[H] 4F[H] 52[H] 31[H] “parameter” 0D[H]
(In the case of REC OUT 1)
•Parameter
The parameter consists of the 10 bytes all the time in the order as shown in the table below.
byteParameter name
1stSCENE No.
2nd-9thINDEX
10thREF LEVEL
When you specify NONE (30[H] ‘0’) as the scene No. in the 1st byte, you can establish the present setup.
At the same time, when you specify the scene No. (31[H] (‘1’) through 44[H] (‘D’)), the parameters of the subsequent 2nd to 10th bytes
are written in the scene memory.
Method to set the scene No. and index is the same as that of the GROUP FADER command. See pages 20 and 21.
Method to set the REF LEVEL is the same as that of the LINE OUTPUT3-8 commands. See page 31.
For the packet example, see the example of the LINE 3 INPUT command on page 26. However, the parameter length becomes 10 bytes.
– 41 –
Page 42
REC OUT PARAMETER REQUEST : 52[H] 4F[H] 4D[H] 33[H],32[H] (‘ROR1,2’)
This command is used to read parameter of the desired single channel of the REC OUT 1 and 2 from the SRP-X700P.
The commands that correspond to the respective channels are shown below.
CHANNELCommand
REC OUT 152[H] 4F[H] 52[H] 31[H] ‘ROR1’
REC OUT 252[H] 4F[H] 52[H] 32[H] ‘ROR2’
•Packet format
52[H] 4F[H] 52[H] 31[H] “parameter” 0D[H]
(In the case of REC OUT 1)
•Parameter
Specify the scene No. of the scene memory that you want to read, as the parameter.
Method of specifying the scene No. is the same as that of the GROUP FADER command. See page 20.
•Return packet format
When communication with the SRP-X700P is established with success, the parameter is returned together with ACK (41[H] (‘A’)) in the
order shown below.
41[H] “parameter” 0D[H]
The parameter is the same as the 9 bytes of the REC OUT1, 2 commands’ parameter from which the scene No. is exempted.
REMOTE : 43[H] 53[H] 49[H] 4F[H] (‘CSIO’)
This command is used to set the CONTROL S OUTPUT and the PROJECTOR CONTROL.
•Packet format
43[H] 53[H] 49[H] 4F[H] “parameter” 0D[H]
•Parameter
The parameter consists of the 24 bytes all the time in the order as shown in the table below.
The 24th byte should always be set to the fixed value (30[H] (‘0’)).
This command is used to set the output channel of the CONTROL S signal.
CHANNEL TYPE
10[H]‘@’)
21[H]‘A’)
32[H]‘B’)
44
4
4
4
3[H] (
(
(
(
‘C’)
•CONTROL S I/F TYPE (15th byte)
This command is used to set the connection type of the channels 1 to 4 of the CONTROL S OUTPUT terminal.
When you want to set the I/F type to WIRED, set the corresponding bit to 0. When you want to set the I/F type to IR, set the
corresponding bit to 1.
Bits 4 through 7 are fixed all the time.
This command is used to set ON/OFF of the REMOTE POWER ENABLE and selection of the PROJECTOR CONTROL terminal with
the 8-bit data.
When you want to set the REMOTE POWER ENABLE to ON, set bit 1 to 1. When you to set it to OFF, set bit 1 to 0.
Bit 0 (I/F) changes depending on the setup of the “Projector Protocol” described later.
Bits 2 through 7 are fixed all the time.
bit7bit6bit5bit4bit3bit2bit1bit0
010000REMOTEI/F
POWER
ENABLE
•Video signal type (17th through 22nd byte)
This command is used to set the type of video signal of the equipment connected to LINE4 A to F.
SIGNAL DEFINE
VIDEO30[H] (‘0’)
S VIDEO31[H] (‘1’)
RGB32[H] (‘2’)
COMPONENT33[H] (‘3’)
LAN34[H] (‘4’)
– 43 –
Page 44
•Projector protocol (23rd byte)
This command is used to select protocol of the projector to be connected.
Bit 0 of the “PJ CONTROL” changes depending on the protocol.
PROJECTOR
PROTOCOL
VPL-FX5030[H] (‘0’)0
VPL-PX32/31/2131[H] (‘1’)0
PFM-42B132[H] (‘2’)0
VPL-PX1533[H] (‘3’)1
VPL-PX10/PS1034[H] (‘4’)1
VPL-CX11/CX1035[H] (‘5’)1
SANYO LP-XP45/4036[H] (‘6’)0
Example: When setting the respective parameters as shown below.
LINE3 machine type: CD
LINE3 connected channel: 1
LINE4A-F machine type: NONE
LINE4A-F machine type: 2
CONTROL S I/F TYPE: CH1 is set to IR, and CH2-4 are set to WIRED.
PJ CONTROL: REMOTE POWER ENABLE is set to ON.
LINE4 A-C signal define: VIDEO
LINE4 D-F signal define: RGB
Projector protocol: VPL-FX50
43[H] 4D[H] 54[H] 53[H] 37[H] 40[H] 30[H] 41[H] 30[H] 41[H] 30[H] 41[H] 30[H] 41[H] 30[H]
41[H] 30[H] 41[H] 41[H] 42[H] 30[H] 30[H] 30[H] 32[H] 32[H] 32[H] 30[H] 30[H] 0D[H]
(‘C S I O 7 @ 0 A 0 A 0 A 0 A 0 A 0 A A B 0 0 0 2 2 2 0 0 CR’)
This command is used to set the routing for the OUTPUT channels.
Various setups can be memorized in the scene memories by specifying these scene Nos.
The commands that correspond to the respective channels are shown below.
CHANNELCommand
LINE OUTPUT 143[H] 52[H] 4C[H] 31[H] ‘CRL1’
LINE OUTPUT 243[H] 52[H] 4C[H] 32[H] ‘CRL2’
LINE OUTPUT 343[H] 52[H] 4C[H] 33[H] ‘CRL3’
LINE OUTPUT 443[H] 52[H] 4C[H] 34[H] ‘CRL4’
LINE OUTPUT 543[H] 52[H] 4C[H] 35[H] ‘CRL5’
LINE OUTPUT 643[H] 52[H] 4C[H] 36[H] ‘CRL6’
LINE OUTPUT 743[H] 52[H] 4C[H] 37[H] ‘CRL7’
LINE OUTPUT 843[H] 52[H] 4C[H] 38[H] ‘CRL8’
REC OUT 143[H] 52[H] 52[H] 31[H] ‘CRR1’
REC OUT 243[H] 52[H] 52[H] 32[H] ‘CRR2’
•Packet format
43[H] 52[H] 4C[H] 31[H] “parameter” 0D[H]
(In the case of LINE OUTPUT1)
•Parameter
The parameter consists of the 20 bytes all the time in the order as shown in the table below.
byteParameter namebyteParameter name
1stSCENE No.11 thLINE4 A-C,F R LEVEL
2ndMIC1/WL1 LEVEL12thLINE4 D-E L LEVEL
3rdMIC2/WL2 LEVEL13 thLINE4 D-E R LEVEL
4thMIC3 LEVEL14 thLINE4 D-E LS LEVEL
5thMIC4 LEVEL15 thLINE4 D-E RS LEVEL
6thMIC5/LINE1 LEVEL16thLINE4 D-E C LEVEL
7thMIC6/LINE2 LEVEL17thLINE4 D-E SW LEVEL
8thLINE3 L LEVEL18thMIC1/WL1-MIC6/LINE2 ON/OFF
9thLINE3 R LEVEL19 thLINE3-LINE4A-C ON/OFF
10thLINE4 A-C,F L LEVEL20 thLINE4 D,E ON/OFF
When you specify NONE (30[H] ‘0’) as the scene No. in the 1st byte, you can establish the present setup.
At the same time, when you specify the scene No.(31[H] (‘1’) through 44[H] (‘D’)), parameters of the subsequent 2nd through 20th byte
are written in the scene memory.
For the method of setting the scene No., see the GROUP FADER command (pages 20 and 21).
– 45 –
Page 46
•Level (2-17th byte)
This command is used to set the ASSIGN level [dB].
LEVEL
-2040[H] (‘@’)
-1545[H] (‘
-1248[H] (‘H’)
-94B[H] (‘K’)
-64E[H] (‘N’)
-353[H] (‘S’)
059[H]Y’)
E’)
(‘
•MIC1/WL1-MIC6/LINE2 ON/OFF (18th byte)
This command is used to turn ON/OFF the routing of the MIC1/WL1 to MIC6/LINE2 with the 8-bit data.
When you want to set the respective input channels to ON, set the corresponding bit to 1. When you want to set the corresponding bit
to 0.
Bit-6 and bit-7 are fixed all the time.
•LINE3-LINE4 A-C ON/OFF (19th byte)
This command is used to turn ON/OFF the routing of the LINE3 and LINE4 A to C with the 8-bit data.
When you want to set the respective input channels to ON, set the corresponding bit to 1. When you want to set the corresponding bit
to 0.
Bit-4 to bit-7 are fixed all the time.
•LINE4 D,E ON/OFF (20th byte)
This command is used to turn ON/OFF the routing of the LINE4 D and E with the 8-bit data.
When you want to set the respective input channels to ON, set the corresponding bit to 1. When you want to set the corresponding bit
to 0.
Bit-6 and bit-7 are fixed all the time.
Example: When setting the respective parameters of LINE OUTPUT1 as shown below.
MIC1/WL1-MIC5/LINE2 level: 0dB
LINE3 L - LINE 4D-E SW level: -9dB
MIC1/WL1-MIC6/LINE2 ON/OFF: MIC1/WL1 through MIC4 are set to ON.
MIC5/LINE1 and MIC6/LINE2 are set to OFF.
LINE3 - LINE4A-C ON/OFF: LINE3: Set all to OFF.
LINE4 D,E ON/OFF: Set all to OFF.
43[H] 52[H] 4C[H] 31[H] 30[H] 59[H] 59[H] 59[H] 59[H] 59[H] 59[H] 4B[H] 4B[H] 4B[H]
4B[H] 4B[H] 4B[H] 4B[H] 4B[H] 4B[H] 4B[H] 4B[H] 4B[H] 4F[H] 40[H] 40[H] 0D[H]
( ‘C R L 1 0 Y Y Y Y Y Y K K K K K K K K K K O @ @’ )
This command is used to read setup of the routing to the OUTPUT channels with the 8-bit data from the SRP-X700P.
The commands that correspond to the respective channels are shown below.
CHANNELCommand
LINE OUTPUT 152[H] 52[H] 4C[H] 31[H] ‘RRL1’
LINE OUTPUT 252[H] 52[H] 4C[H] 32[H] ‘RRL2’
LINE OUTPUT 352[H] 52[H] 4C[H] 33[H] ‘RRL3’
LINE OUTPUT 452[H] 52[H] 4C[H] 34[H] ‘RRL4’
LINE OUTPUT 552[H] 52[H] 4C[H] 35[H] ‘RRL5’
LINE OUTPUT 652[H] 52[H] 4C[H] 36[H] ‘RRL6’
LINE OUTPUT 752[H] 52[H] 4C[H] 37[H] ‘RRL7’
LINE OUTPUT 852[H] 52[H] 4C[H] 38[H] ‘RRL8’
REC OUT 152[H] 52[H] 52[H] 31[H] ‘RRR1’
REC OUT 252[H] 52[H] 52[H] 32[H] ‘RRR2’
•Packet format
52[H] 52[H] 4C[H] 31[H] “parameter” 0D[H]
•Parameter
Specify the scene No. of the scene memory that you want to read, as the parameter.
Method of specifying the scene No. is the same as that of the GROUP FADER command. See page 20.
•Return packet format
When communication with the SRP-X700P is established with success, the parameter is returned together with ACK (41[H] (‘A’)) in the
order shown below.
41[H] “parameter” 0D[H]
The parameter is the same as the 19 bytes of the ROUTING command parameter from which the scene No. is exempted.
SCENE INDEX REQUEST : 52[H] 53[H] 43[H] 49[H] (‘RSCI’)
This command is used to read index of the scene memory from the SRP-X700P.
•Packet format
52[H] 53[H] 43[H] 49[H] “parameter” 0D[H]
•Parameter
Specify the scene No. of the scene memory that you want to read, as the parameter.
Method of specifying the scene No. is the same as that of the SCENE STORE command.
•Return packet format
When communication with the SRP-X700P is established with success, the 8-bytes index is returned together with ACK (41[H] (‘A’)) in
the order shown below.
41[H] “index” 0D[H]
– 47 –
Page 48
SCENE PARAMETER REQUEST : 52[H] 53[H] 43[H] 52[H] (‘RSTR’)
This command is used to read the setups of the functions of recalling at the event of scene recall from the SRP-X700P for all scene
memories.
•Packet format
52[H] 53[H] 43[H] 52[H] 0D[H]
•Return packet format
When communication with the SRP-X700P is established with success, the parameter is returned together with ACK (41[H] (‘A’)) in the
order shown below.
41[H] “parameter” 0D[H]
The parameter consists of the 40 bytes all the time in the order as shown in the table below.
Parameters of the Functions 1 and 2 are the same as those of the SCENE STORE command. See page 50.
– 48 –
Page 49
SCENE RECALL BUTTON : 43[H] 52[H] 53[H] 41[H] (‘CRSA’)
This command is used to set the scene No. to be recalled, to the SCENE RECALL A to D buttons on the front of the SRP-X700P.
•Packet format
43[H] 52[H] 53[H] 41[H] “parameter” 0D[H]
•Parameter
The parameter consists of the 4 bytes all the time in the order as shown in the table below.
byteParameter name
1stRECALL A SCENE No.
2ndRECALL B SCENE No.
3rdRECALL C SCENE No.
4thRECALL D SCENE No.
Method of specifying the scene No. is the same as that of the SCENE STORE command.
Example: When you want to set the respective buttons as shown below.
RECALL A: Scene No.1
RECALL B: Scene No.2
RECALL C: Scene No.3
RECALL D: Scene No.4
43[H] 52[H] 53[H] 41[H] 31[H] 32[H] 33[H] 34[H] 0D[H]
(‘C R S A 1 2 3 4 CR’)
– 49 –
Page 50
SCENE RECALL BUTTON PARAMETER REQUEST :
52[H] 52[H] 53[H] 41[H] (‘RRSA’)
This command is used to read the scene Nos. that are set to the SCENE RECALL A to D buttons on the front of the SRP-X700P.
•Packet format
52[H] 52[H] 53[H] 41[H] 0D[H]
•Return packet format
When communication with the SRP-X700P is established with success, the parameter is returned together with ACK (41[H] (‘A’)) in the
order shown below.
41[H] “parameter” 0D[H]
The parameter is the same as that of the SCENE RECALL BUTTON command.
SCENE STORE : 43[H] 53[H] 54[H] 52[H] ( ‘CSTR’ )
This command is used to store the scenes to the scene memory.
The procedure to store the scenes to the scene memory is shown below.
1. Specify the scene numbers that you want to store using the respective commands of MIC INPUT, LINE3 INPUT, LINE4 INPUT,
ROUTING, LINE OUTPUT 1 and 2, LINE OUTPUT 3 through 8, REC OUT, SPEAKER OUTPUT, MUTING/LINE 4 SELECT
and GROUP FADER. Then send the parameters that you want to store, to the scene memory.
2. Send the SCENE STORE command to store the scenes.
•Packet format
43[H] 53[H] 54[H] 52[H] “parameter” 0D[H]
•Parameter
The parameter consists 11 bytes all the time in the order as shown in the table below.
byteParameter name
1stSCENE No.
2nd-9thINDEX
10thFUNCTION1
11thFUNCTION2
Method of setting index is the same as that of the GROUP FADER command. See page 20.
– 50 –
Page 51
•Scene No. (1st byte)
This command is used to specify the scene No. to be stored.
SCENE No.SCENE No.
131[H] ( ‘1’ )113B[H] ( ‘;’ )
232[H] ( ‘2’ )123C[H] ( ‘<’ )
333[H] ( ‘3’ )133D[H] ( ‘=’ )
434[H] ( ‘4’ )143E[H] ( ‘>’ )
535[H] ( ‘5’ )153F[H] ( ‘?’ )
636[H] ( ‘6’ )1640[H] ( ‘@’ )
737[H] ( ‘7’ )1741[H] ( ‘A’ )
838[H] ( ‘8’ )1842[H] ( ‘B’ )
939[H] ( ‘9’ )1943[H] ( ‘C’ )
103A[H] ( ‘:’ )2044[H] ( ‘D’ )
•Function 1, 2 (10, 11th byte)
This command is used to specify the function to implement recalling at the event of scene recall with the two 8-bit data.
When you want to recall the scene, set the corresponding bit to 1. When you do not want to recall the scene, set the corresponding bit
to 0.
If bit 5 (Clear) of the function 1 is 1, the scene memory is cleared and the scene will not be recalled.
Bit-6 and bit-7 of the function 1 and bit-5 to bit-7 of the function 2 are fixed all the time.
Example: When setting the respective parameters as shown below.
Scene No.: 1
Index: START
Function 1,2: All recall
43[H] 53[H] 54[H] 52[H] 31[H] 53[H] 54[H] 41[H] 52[H] 54[H] 20[H] 20[H] 20[H] 5F[H]
5F[H] 0D[H]
(‘C S T R 1 S T A R T s s s _ _ CR’)
“s” indicates the space.
FADERMUTINGFUNCTION
– 51 –
Page 52
SPEAKER OUTPUT : 43[H] 4F[H] 53[H] 50[H] (‘COSP’)
This command is used to set the SPEAKER OUTPUT.
Various setups can be memorized in the scene memories by specifying these scene Nos.
•Packet format
43[H] 4F[H] 4C[H] 33[H] “parameter” 0D[H]
•Parameter
The parameter consists of the 22 bytes all the time in the order as shown in the table below.
byteParameter name
1stSCENE No.
2ndFUNCTION ON/OFF
3rd-10thCH1 INDEX
11thCH1 SELECTOR
12thCH1 ATT
13th-20thCH2 INDEX
21stCH2 SELECTOR
22ndCH2 ATT
When you specify NONE (30[H] ‘0’) as the scene No. in the 1st byte, you can establish the present setup.
At the same time, when you specify the scene No. (31[H] (‘1’) through 44[H] (‘D’)), parameters of the subsequent 2nd through 22nd
byte are written in the scene memory.
Method of setting the scene No. and setting index of each channel, refer to the GROUP FADER command (pages 20 through 21).
For the packet example, see the example of the LINE 3 INPUT command on page 26. However, the parameter length becomes 22 bytes.
•Function ON/OFF (2nd byte)
This command is used to set the mode of the SPEAKER OUT terminal.
When you want to set the Lo Imp. mode, set 40[H] (‘@’). When you want to set the 70V LINE mode, set 41[H] (‘A’).
•CH1, 2 selector (11, 21st byte)
This command is used to select the signal to be output from the SPEAKER OUTPUT terminal.
CHANNELCHANNEL
LINE OUTPUT 130[H] (‘0’)LINE OUTPUT 635[H] (‘5’)
LINE OUTPUT 231[H] (‘1’)LINE OUTPUT 736[H] (‘6’)
LINE OUTPUT 332[H] (‘2’)LINE OUTPUT 837[H] (‘7’)
LINE OUTPUT 433[H] (‘3’)REC OUT138[H] (‘8’)
LINE OUTPUT 534[H] (‘4’)REC OUT239[H] (‘9’)
– 52 –
Page 53
•ATT (12, 22nd byte)
This command is used to set the ATT level [dB] of SPEAKER OUTPUT.
This command is used to read the setup of the SPEAKER OUTPUT from the SRP-X700P.
•Packet format
52[H] 4F[H] 53[H] 50[H] “parameter” 0D[H]
•Parameter
Specify the scene No. of the scene memory that you want to read, as the parameter.
Method of specifying the scene No. is the same as that of the GROUP FADER command. See page 20.
•Return packet format
When communication with the SRP-X700P is established with success, the parameter is returned together with ACK (41[H] (‘A’)) in the
order shown below.
41[H] “parameter” 0D[H]
The parameter is the same as the 21 bytes of the SPEAKER OUTPUT command parameter from which the scene No. is exempted.
– 53 –
Page 54
Sony Corporation
– 54 –
Printed in Japan9-870-518-11
Loading...
+ hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.