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 –
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 –
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 –
•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 –
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 –
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 –
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 –
•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 –
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 –
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 –
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 –
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 –
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 –
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 –
Loading...
+ 37 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.