Toa D-2008SP User manual

Digital mixer D-2000 Series
TOA Corporation
TOA CorporationTOA Corporation
TOA Corporation
1/37
Digital Mixer D-2008SP
External Control Protocol – Serial (RS-232C), TCP/IP
Ver.4.01 July.16 /2010
■
S mmary
The External Control protocol described in this document is desi ned for use of controllin the D-2008SP
from a personal computer or remote controller.
This spec sheet applies to the D-2008SP firmware of version 4.0.0 or later.
Settin s that can be controlled are as follows:
Channel fader ain
Channel fader Fine ain
Channel ON/OFF
Line(Stereo) Select
Bus assi nment
Input Matrix Crosspoint Gain
Output assi nment
Output Matrix Crosspoint Gain
Fader Group
Fader Group Fine Trim
Channel Mute ON/OFF
Preset memory recall
Fader Layer recall
External Control Switch LED Indication
Auto Status Notification Start/Stop
Gate Status Notification Start/Stop
If necessary, the D-2008SP’s activation can be checked or settin values read by usin the followin
commands:
Status request (readin of the D-2008SP’s settin value)
Status Information
D-2008SP connection establishment status (output from the D-2008SP at the time of
connection establishment)
Gate Status (output from the D-2008SP at the time of ate status chan ed)
External Control Switch Press Status (output from the D-2008SP at the time of
D-2012C’s External Control Switch press status chan ed)

Digital mixer D-2000 Series
TOA Corporation
TOA CorporationTOA Corporation
TOA Corporation
2/37
[Note]
Mark Command works only when set Fine Gain Command usin .
External Control Switch LED Indication command functions only for the switch which set
External Control Switch settin .
Preset memory recall, Fader Layer recall, Console Function Key Indication command
functions only for D-2008SP (ID1).
When connectin the remote controller to the D-2008SP by way of this protocol, set the D-2008SP’s Usin
port as follows:
(Refer; External Control Port Settin s of the D-2000 series settin software instructions manual.)
Using Port
Serial port: (In case of usin Serial port)
Bit rate: 9,600/19,200/38,400/115,200 (Select accordin to the remote controller to be connected.)
or
TCP/IP port: (In case of usin TCP/IP port)
TCP Port No.: (Set accordin to the remote controller to be connected.)
■ Serial Port Settings
9,600/19,200/38,400/115,200 bps, 8 bits, non-parity, stop bit: 1, no flow control
Connector: D-sub 9 pins, strai ht cable
Si nal line: No. 2=TX; No. 3=RX; No. 5=Ground
■ TCP/IP Connection
No. Parameter Description (rules)
1 Connection Path 1 path
2 Data Len th Variable-len th, The maximum len th is 1024 bytes
3 Code Classification
Binary
4 Delivery Confirm No handshakes at application layer
5 Resend Control None
6 Priority Control None
D-2008SP is a TCP server.
TCP Port is always connected.
For the purpose of connection keepin , D-2008SP performs the followin behavior.
Transmittin some kind of data at least once in the last 10 seconds.
When there is the status that for send, D-2008SP transmits the contents. When there is not it,
D-2008SP transmits 0xFF only as for 1 byte.
When D-2008SP received nothin from a remote controller more than 1 minute, D-2008SP
disconnect the TCP/IP connection.

Digital mixer D-2000 Series
TOA Corporation
TOA CorporationTOA Corporation
TOA Corporation
3/37
■ Command Constr ction
Command Data len th (N) Data 1 Data 2 ……… Data N
Where Command is in the ran e 80H to FFH. And where Data len th and Data are in the ran e 00H
to 7FH.
The second byte data indicates the number of byte data that follow the second byte data.
If received data contains more byte data than the indicated number, those exceedin the number are
abandoned.
When a next command is received, the previous data is abandoned if shorter than the indicated
number.

Digital mixer D-2000 Series
TOA Corporation
TOA CorporationTOA Corporation
TOA Corporation
4/37
■ Control Command and Setting Val e
Channel Fader Gain (Position)
Set the input , bus and output channel fader ains by position.
For the relationship of position to ain (dB), refer to the Position vs. Gain Table for Fader.
The D-2008SP transmits chan ed value data after receivin this command.
91H, 03H, <Channel Attrib te>, <Channel mber>, <Position>
<Channel Attribute>
00H: Audio In channel
01H: Audio Out channel
02H: CobraNet In channel
03H: CobraNet Out channel
04H: Audio Bus channel
05H: Ext. In channel
06H: CobraNet Bus channel
<Channel Number>
When Channel Attribute=00H: 00H - 21H (Audio In channel 1 – 34)
When Channel Attribute=01H: 00H - 1FH (Audio Out channel 1 – 32)
When Channel Attribute=02H: 00H - 0FH (CobraNet In channel 1 – 16)
When Channel Attribute=03H: 00H - 0FH (CobraNet Out channel 1 – 16)
When Channel Attribute=04H: 00H - 17H (Audio Bus channel 1 – 24)
When Channel Attribute=05H: 00H - 03H (Ext. In channel 1 – 4)
When Channel Attribute=06H: 00H - 0FH (CobraNet Bus channel 1 – 16)
<Position>
00H - 3FH (-INF - +10dB, see the Position vs. Gain Table)
Example of settin Audio In channel 1 fader ain to 0 dB:
91H, 03H, 00H, 00H, 2AH
Channel Fader Gain (Step)
Set the input, bus and output channel ain positions by the number of steps.
Positions can be varied from the current status by the desi nated number of steps.
One position varies per step.
The D-2008SP informs position values chan ed by step Up or Down.
91H, 03H, <Channel Attrib te>, <Channel mber>, <Step>
<Channel Attribute>
00H: Audio In channel
01H: Audio Out channel
02H: CobraNet In channel
03H: CobraNet Out channel

Digital mixer D-2000 Series
TOA Corporation
TOA CorporationTOA Corporation
TOA Corporation
5/37
04H: Audio Bus channel
05H: Ext. In channel
06H: CobraNet Bus channel
<Channel Number>
When Channel Attribute=00H: 00H - 21H (Audio In channel 1 – 34)
When Channel Attribute=01H: 00H - 1FH (Audio Out channel 1 – 32)
When Channel Attribute=02H: 00H - 0FH (CobraNet In channel 1 – 16)
When Channel Attribute=03H: 00H - 0FH (CobraNet Out channel 1 – 16)
When Channel Attribute=04H: 00H - 17H (Audio Bus channel 1 – 24)
When Channel Attribute=05H: 00H - 03H (Ext. In channel 1 – 4)
When Channel Attribute=06H: 00H - 0FH (CobraNet Bus channel 1 – 16)
<Step>
UP: 41H - 5FH (1 step up - 31-step up) ; Example showin 1step Up: 41H
Down: 61H - 7FH (1 step down – 31–step down) ; Example showin 1step Down: 61H)
Example showin 3-step Up of Audio In channel 1 fader ain
91H, 03H, 00H, 00H, 43H
Channel Fader Fine Gain (Position)
Set the input , bus and output channel fader fine ains by position.
For the relationship of position to fine ain (dB), refer to the Position vs. Fine Gain Table for Fader.
The D-2008SP transmits chan ed value data after receivin this command.
93H, 04H, <Channel Attrib te>, <Channel mber>, <Position(U)>, <Position(L)>
<Channel Attribute>
00H: Audio In channel
01H: Audio Out channel
02H: CobraNet In channel
03H: CobraNet Out channel
04H: Audio Bus channel
05H: Ext. In channel
06H: CobraNet Bus channel
<Channel Number>
When Channel Attribute=00H: 00H - 21H (Audio In channel 1 – 34)
When Channel Attribute=01H: 00H - 1FH (Audio Out channel 1 – 32)
When Channel Attribute=02H: 00H - 0FH (CobraNet In channel 1 – 16)
When Channel Attribute=03H: 00H - 0FH (CobraNet Out channel 1 – 16)
When Channel Attribute=04H: 00H - 17H (Audio Bus channel 1 – 24)
When Channel Attribute=05H: 00H - 03H (Ext. In channel 1 – 4)
When Channel Attribute=06H: 00H - 0FH (CobraNet Bus channel 1 – 16)

Digital mixer D-2000 Series
TOA Corporation
TOA CorporationTOA Corporation
TOA Corporation
6/37
<Position(U)>
00H - 06H (Upper 3 bits)
<Position(L)>
00H – 7FH (Lower 7 bits)
Gain ran e : -INF - +10dB, (0.1dB unit, Position 0 – 800)
Example of settin Audio In channel 1 fader ain to 0 dB:
93H, 04H, 00H, 00H, 05H, 3CH
Channel Fader Fine Gain (Step)
Set the input, bus and output channel fine ain positions by the number of steps.
Positions can be varied from the current status by the desi nated number of steps.
One position varies per step. Refer to the Value vs. Fine Gain Table for Fader.
The D-2008SP informs position values chan ed by step Up or Down.
93H, 04H, <Channel Attrib te>, <Channel mber>, <Step(U)>, <Step(L)>
<Channel Attribute>
00H: Audio In channel
01H: Audio Out channel
02H: CobraNet In channel
03H: CobraNet Out channel
04H: Audio Bus channel
05H: Ext. In channel
06H: CobraNet Bus channel
<Channel Number>
When Channel Attribute=00H: 00H - 21H (Audio In channel 1 – 34)
When Channel Attribute=01H: 00H - 1FH (Audio Out channel 1 – 32)
When Channel Attribute=02H: 00H - 0FH (CobraNet In channel 1 – 16)
When Channel Attribute=03H: 00H - 0FH (CobraNet Out channel 1 – 16)
When Channel Attribute=04H: 00H - 17H (Audio Bus channel 1 – 24)
When Channel Attribute=05H: 00H - 03H (Ext. In channel 1 – 4)
When Channel Attribute=06H: 00H - 0FH (CobraNet Bus channel 1 – 16)
<Step(U)>
UP: 40H - 42H (step upper 2 bits)
Down: 60H - 62H (step upper 2 bits)
<Step(L)>
00H – 7FH (step lower 7 bits)
Step ran e:

Digital mixer D-2000 Series
TOA Corporation
TOA CorporationTOA Corporation
TOA Corporation
7/37
UP: 0.1dB – 30.0dB (0.1dB unit : 1 - 300)
Down: -0.1dB - -30.0dB (0.1dB unit : 1 - 300)
Example showin -10dB step down of Audio In channel 1 fader ain:
93H, 04H, 00H, 00H, 60H, 64H
Channel O/OFF
Set the input, bus and output channels to ON or OFF.
The D-2008SP transmits chan ed value data after receivin this command.
92H, 03H, <Channel Attrib te>, <Channel mber>, <O/OFF>
<Channel Attribute>
00H: Audio In channel
01H: Audio Out channel
02H: CobraNet In channel
03H: CobraNet Out channel
04H: Audio Bus channel
05H: Ext. In channel
06H: CobraNet Bus channel
<Channel Number>
When Channel Attribute=00H: 00H - 21H (Audio In channel 1 – 34)
When Channel Attribute=01H: 00H - 1FH (Audio Out channel 1 – 32)
When Channel Attribute=02H: 00H - 0FH (CobraNet In channel 1 – 16)
When Channel Attribute=03H: 00H - 0FH (CobraNet Out channel 1 – 16)
When Channel Attribute=04H: 00H - 17H (Audio Bus channel 1 – 24)
When Channel Attribute=05H: 00H - 03H (Ext. In channel 1 – 4)
When Channel Attribute=06H: 00H - 0FH (CobraNet Bus channel 1 – 16)
<ON/OFF>
00H: Channel OFF
01H: Channel ON
Example of settin Audio In channel 1 to ON:
92H, 03H, 00H, 00H, 01H
Line (stereo) select
Set the line (stereo) select status for the D-936R or D-937SP.
The D-2008SP transmits chan ed value data after receivin this command.
88H, 03H, <Slot mber>, <Line mber>, <O/OFF>
<Slot Attribute>
00H-07H: Input Slot Numbers 1 – 8
<Line Number>

Digital mixer D-2000 Series
TOA Corporation
TOA CorporationTOA Corporation
TOA Corporation
8/37
00H-03H: Line Numbers 1 – 4
<ON/OFF>
00H: OFF
01H: ON
Example of settin Input Slot 1’s Line 3 to ON
88H, 03H, 00H, 02H, 01H
B s assignment
Set the bus assi nment (Input matrix crosspoint) to ON or OFF.
The D-2008SP transmits chan ed value data after receivin this command.
94H, 05H, <So rce Channel Attrib te>, <So rce Channel mber>, <B s Channel Attrib te>, <B s
Channel mber>, <O/OFF>
<Source Channel Attribute>
00H: Audio In channel
02H: CobraNet In channel
<Source Channel Number>
When Source Channel Attribute=00H: 00H - 21H (Audio In channel 1 - 34)
When Source Channel Attribute=02H: 00H - 0FH (CobraNet In channel 1 - 16)
<Bus Channel Attribute>
04H: Audio Bus channel
<Bus Channel Number>
When Bus Channel Attribute=04H: 00H - 17H (Audio Bus channel 1 - 24)
<ON/OFF>
00H: <Source channel> to <Bus channel> assi n OFF
01H: <Source channel> to <Bus channel> assi n ON
Example of settin the bus assi nment from Audio In channel 1 to Audio bus channel 1 to ON:
94H, 05H, 00H, 00H, 04H, 00H, 01H
Inp t Matrix Crosspoint Gain
Set the crosspoint ains by position.
The D-2008SP transmits chan ed value data after receivin this command.
95H, 05H, <So rce Channel Attrib te>, <So rce Channel mber>, <B s Channel Attrib te>, <B s
Channel mber>, <Val e>
<Source Channel Attribute>
00H: Audio In channel
02H: CobraNet In channel
<Source Channel Number>
When Source Channel Attribute=00H: 00H - 21H (Audio In channel 1 - 34)

Digital mixer D-2000 Series
TOA Corporation
TOA CorporationTOA Corporation
TOA Corporation
9/37
When Source Channel Attribute=02H: 00H - 0FH (CobraNet In channel 1 - 16)
<Bus Channel Attribute>
04H: Audio Bus channel
<Bus Channel Number>
When Bus Channel Attribute=04H: 00H - 17H (Audio Bus channel 1 - 24)
<Value>
00~46H : For the relationship of position to ain (dB), refer to Value vs. Gain Table for crosspoint ain.
60~6FH : Position Down (1~16 Step Down)
70~7FH : Position Up (1~16 Step Up)
Example of settin the crosspoint ain from Audio In channel 1 to Audio Bus channel 1 to 0dB:
95H, 05H, 00H, 00H, 04H, 00H, 46H
Example showin 3-step Up of Audio In channel 1 to Audio Bus channel 1 crosspoint ain
95H, 05H, 00H, 00H, 04H, 00H, 72H
O tp t assignment
Set the output assi nment (Output matrix crosspoint) to ON or OFF.
The D-2008SP transmits chan ed value data after receivin this command.
96H, 05H, <B s Channel Attrib te>, <B s Channel mber>, <Destination Channel Attrib te>,
<Destination Channel mber>, <O/OFF>
<Bus Channel Attribute>
04H: Audio Bus channel
05H: Ext. In channel
06H: CobraNet Bus channel
<Bus Channel Number>
When Bus Channel Attribute=04H: 00H - 17H (Audio Bus channel 1 - 24)
When Bus Channel Attribute=05H: 00H - 03H (Ext. In channel 1 - 4)
When Bus Channel Attribute=06H: 00H - 0FH (CobraNet Bus channel 1 - 16)
< Destination Channel Attribute>
01H: Audio Out channel
03H: CobraNet Out channel
< Destination Channel Number>
When Destination Channel Attribute=01H: 00H - 1FH (Audio Out channel 1 - 32)
When Destination Channel Attribute=03H: 00H - 0FH (CobraNet Out channel 1 - 16)
<ON/OFF>
00H: < Bus channel> to <Destination channel> assi n OFF
01H: < Bus channel> to <Destination channel> assi n ON
Example of settin the output assi nment from Audio Bus channel 1 to Audio Out channel 1 to ON:
96H, 05H, 04H, 00H, 01H, 00H, 01H

Digital mixer D-2000 Series
TOA Corporation
TOA CorporationTOA Corporation
TOA Corporation
10/37
O tp t Matrix Crosspoint Gain
Set the crosspoint ains by position.
The D-2008SP transmits chan ed value data after receivin this command.
97H, 05H, <B s Channel Attrib te>, <B s Channel mber>, <Destination Channel Attrib te>,
<Destination Channel mber>, <Val e>
<Bus Channel Attribute>
04H: Audio Bus channel
05H: Ext. In channel
06H: CobraNet Bus channel
<Bus Channel Number>
When Bus Channel Attribute=04H: 00H - 17H (Audio Bus channel 1 - 24)
When Bus Channel Attribute=05H: 00H - 03H (Ext. In channel 1 - 4)
When Bus Channel Attribute=06H: 00H - 0FH (CobraNet Bus channel 1 - 16)
< Destination Channel Attribute>
01H: Audio Out channel
03H: CobraNet Out channel
< Destination Channel Number>
When Destination Channel Attribute=01H: 00H - 1FH (Audio Out channel 1 - 32)
When Destination Channel Attribute=03H: 00H - 0FH (CobraNet Out channel 1 - 16)
<Value>
00~46H : For the relationship of position to ain (dB), refer to Value vs. Gain Table for crosspoint ain.
60~6FH : Position Down (1-16 Step Down)
70~7FH : Position Up (1-16 Step Up)
Example of settin the crosspoint ain from Audio Bus channel 1 to Audio Out channel 1 to 0dB:
97H, 05H, 04H, 00H, 01H, 00H, 46H
Example showin 3-step Up of Audio Bus channel 1 to Audio Out channel 1 crosspoint ain
97H, 05H, 04H, 00H, 01H, 00H, 72H
Fader Gro p
Set the Fader Group of the input, bus and output channels.
When a roup number is already set, it is necessary to set other numbers after chan in it to 0 once.
In the case of a stereo channel, the R channel side does not accept a command.
The D-2008SP transmits chan ed value data after receivin this command.
9AH, 03H, <Channel Attrib te>, <Channel mber>, <Gro p mber>
<Channel Attribute>
00H: Audio In channel
01H: Audio Out channel

Digital mixer D-2000 Series
TOA Corporation
TOA CorporationTOA Corporation
TOA Corporation
11/37
02H: CobraNet In channel
03H: CobraNet Out channel
04H: Audio Bus channel
05H: Ext. In channel
06H: CobraNet Bus channel
<Channel Number>
When Channel Attribute=00H: 00H - 21H (Audio In channel 1 - 34)
When Channel Attribute=01H: 00H - 1FH (Audio Out channel 1 - 32)
When Channel Attribute=02H: 00H - 0FH (CobraNet In channel 1 - 16)
When Channel Attribute=03H: 00H - 0FH (CobraNet Out channel 1 - 16)
When Channel Attribute=04H: 00H - 17H (Audio Bus channel 1 - 24)
When Channel Attribute=05H: 00H - 03H (Ext. In channel 1 - 4)
When Channel Attribute=06H: 00H - 0FH (CobraNet Bus channel 1 - 16)
<Group Number>
0: Group OFF
1-127: Group ON
Example of settin Audio In channel 1 to Group 1:
9AH, 03H, 00H, 00H, 01H
Fader Gro p Fine Trim
Set the Fader Group Fine Trim of the input, bus and output channels.
For the relationship of position to fine trim (dB), refer to the Position vs. Fine Group Trim Table for Fader.
Note: It’s different form the Position vs. Fine Gain Table for Fader.
As for the trim settin , a fader roup number is invalid in the case of 0.
In the case of a stereo channel, the R channel side does not accept a command.
The D-2008SP transmits chan ed value data after receivin this command.
9BH, 04H, <Channel Attrib te>, <Channel mber>, <Position(U)>, <Position(L)>
<Channel Attribute>
00H: Audio In channel
01H: Audio Out channel
02H: CobraNet In channel
03H: CobraNet Out channel
04H: Audio Bus channel
05H: Ext. In channel
06H: CobraNet Bus channel
<Channel Number>
When Channel Attribute=00H: 00H - 21H (Audio In channel 1 - 34)
When Channel Attribute=01H: 00H - 1FH (Audio Out channel 1 - 32)

Digital mixer D-2000 Series
TOA Corporation
TOA CorporationTOA Corporation
TOA Corporation
12/37
When Channel Attribute=02H: 00H - 0FH (CobraNet In channel 1 - 16)
When Channel Attribute=03H: 00H - 0FH (CobraNet Out channel 1 - 16)
When Channel Attribute=04H: 00H - 17H (Audio Bus channel 1 - 24)
When Channel Attribute=05H: 00H - 03H (Ext. In channel 1 - 4)
When Channel Attribute=06H: 00H - 0FH (CobraNet Bus channel 1 - 16)
<Position(U)>
00H - 07H (Upper 3 bits)
<Position(L)>
00H - 7FH (Lower 7 bits)
Trim ran e : -INF - +10dB, (0.1dB unit, Position 0 - 900)
Example of settin Audio In channel 1 fader roup trim to 0 dB:
9BH, 04H, 00H, 00H, 06H, 20H
Channel M te O/OFF
Set the output channels to ON or OFF.
The D-2008SP transmits chan ed value data after receivin this command.
98H, 03H, <Channel Attrib te>, <Channel mber>, <O/OFF>
<Channel Attribute>
01H: Audio Out channel
03H: CobraNet Out channel
<Channel Number>
When Channel Attribute=01H: 00H - 1FH (Audio Out channel 1 - 32)
When Channel Attribute=03H: 00H - 0FH (CobraNet Out channel 1 - 16)
<ON/OFF>
00H: Channel OFF
01H: Channel ON
Example of settin Audio Output channel 1 to Mute ON:
98H, 03H, 01H, 00H, 01H
Preset Memory Recall
Recall desired preset memories.
The D-2008SP transmits chan ed preset memory number after receivin this command.
F1H, 02H, 00H, <Preset Memory mber>
<Preset Memory Number>
00H - 1FH: Preset Memory Numbers 1 - 32
Example of recallin Preset Memory 1:
F1H, 02H, 00H, 00H

Digital mixer D-2000 Series
TOA Corporation
TOA CorporationTOA Corporation
TOA Corporation
13/37
Fader Layer Recall
Recall desired fader layer.
Layers that have not been assi ned to the console function keys are able to be recalled.
The D-2008SP transmits chan ed fader layer number after receivin this command.
C0H, 02H, <Console mber>, <Layer mber>
<Console Number>
00H - 03H: Console ID 1 - 4
<Layer Number>
00H - 03H: Layer Number 1 - 4
External Control Switch LED Indication
Set the External Control Switch’s LED in ication to ON or OFF.
The D-2008SP transmits chan ed LED Indication status after receivin this command.
C1H, 03H, <Console mber>, <Key mber>, <O/OFF>
<Console Number>
00H - 03H: Console ID 1 - 4
<Key Number>
00H - 07H: Function Key 1 - 8
<ON/OFF>
00H: LED OFF (Unlit)
01H: LED ON (Lit)
A to Stat s otification Start/Stop
Set the Auto Status Notification ON or OFF without Gate Status.
F2H, 02H, 00H, <O/OFF>
<ON/OFF>
00H: OFF (Auto Status Notification Stop)
01H: ON (Auto Status Notification Start)
Gate Stat s otification Start/Stop
Set the Gate Status Notification ON or OFF.
F2H, 02H, 01H, <O/OFF>
<ON/OFF>
00H: OFF (Gate Status Notification Stop)
01H: ON (Gate Status Notification Start)

Digital mixer D-2000 Series
TOA Corporation
TOA CorporationTOA Corporation
TOA Corporation
14/37
Stat s Req est Command
Stat s Req est(Channel fader gain position)
This command requests the D-2008SP to send its current channel fader ain position settin data.
The D-2008SP informs the current ain position.
F0H, 03H, 11H, <Channel Attrib te>, <Channel mber>
<Channel Attribute>
00H: Audio In channel
01H: Audio Out channel
02H: CobraNet In channel
03H: CobraNet Out channel
04H: Audio Bus channel
05H: Ext. In channel
06H: CobraNet Bus channel
<Channel Number>
When Channel Attribute=00H: 00H - 21H (Audio In channel 1 - 34)
When Channel Attribute=01H: 00H - 1FH (Audio Out channel 1 - 32)
When Channel Attribute=02H: 00H - 0FH (CobraNet In channel 1 - 16)
When Channel Attribute=03H: 00H - 0FH (CobraNet Out channel 1 - 16)
When Channel Attribute=04H: 00H - 17H (Audio Bus channel 1 - 24)
When Channel Attribute=05H: 00H - 03H (Ext. In channel 1 - 4)
When Channel Attribute=06H: 00H - 0FH (CobraNet Bus channel 1 - 16)
Example of requestin Audio In channel 1’s fader ain position value data:
F0H, 03H, 11H, 00H, 00H
Stat s Req est (Channel O/OFF)
This command requests the D-2008SP to send its current channel ON/OFF settin status data.
The D-2008SP informs the current ON/OFF settin status.
F0H, 03H, 12H, <Channel Attrib te>, <Channel mber>
<Channel Attribute>
00H: Audio In channel
01H: Audio Out channel
02H: CobraNet In channel
03H: CobraNet Out channel
04H: Audio Bus channel
05H: Ext. In channel
06H: CobraNet Bus channel
<Channel Number>
When Channel Attribute=00H: 00H - 21H (Audio In channel 1 - 34)

Digital mixer D-2000 Series
TOA Corporation
TOA CorporationTOA Corporation
TOA Corporation
15/37
When Channel Attribute=01H: 00H - 1FH (Audio Out channel 1 - 32)
When Channel Attribute=02H: 00H - 0FH (CobraNet In channel 1 - 16)
When Channel Attribute=03H: 00H - 0FH (CobraNet Out channel 1 - 16)
When Channel Attribute=04H: 00H - 17H (Audio Bus channel 1 - 24)
When Channel Attribute=05H: 00H - 03H (Ext. In channel 1 - 4)
When Channel Attribute=06H: 00H - 0FH (CobraNet Bus channel 1 - 16)
Example of requestin Audio In channel 1’s ON/OFF settin status data:
F0H, 03H, 12H, 00H, 00H
Stat s req est (Line Select)
This command requests to send the current line select ON/OFF settin status data on the D-2008SP side.
The D-2008SP transmits the current line select ON/OFF setting status ata.
F0H, 03H, 08H, <Slot Number>, <Line Number>
F0H, 03H, 08H, <Slot Number>, <Line Number>F0H, 03H, 08H, <Slot Number>, <Line Number>
F0H, 03H, 08H, <Slot Number>, <Line Number>
<Slot Number>
00H - 07H: Input slot numbers 1 - 8
<Line number>
00H - 03H: Line numbers 1 - 4 (All line numbers for each slot)
Example of requestin the ON/OFF settin status data for Input 4 of the module in Slot 6
F0H, 03H, 08H, 05H, 03H
Stat s Req est (B s assignment)
This command requests the D-2008SP to send its current bus assi nment settin data.
The D-2008SP informs the current bus assi nment settin status.
F0H, 05H, 14H, <So rce Channel Attrib te>, <So rce Channel mber>, <B s Channel Attrib te>,
<B s Channel mber>
Example of requestin Audio In channel 1 to Audio Bus channel 1 bus assi nment settin data:
F0H, 05H, 14H, 00H, 00H, 04H, 00H
Stat s Req est (Inp t Crosspoint Gain)
This command requests the D-2008SP to send its current crosspoint ain settin data.
The D-2008SP informs the current crosspoint ain settin status.
F0H, 05H, 15H, <So rce Channel Attrib te>, <So rce Channel mber>, <B s Channel Attrib te>,
<B s Channel mber>
Example of requestin Audio In channel 1 to Audio Bus channel 1 crosspoint ain settin data:
F0H, 05H, 15H, 00H, 00H, 04H, 00H
Stat s Req est (O tp t assignment)
This command requests the D-2008SP to send its current output assi nment settin data.

Digital mixer D-2000 Series
TOA Corporation
TOA CorporationTOA Corporation
TOA Corporation
16/37
The D-2008SP informs the current output assi nment settin status.
F0H, 05H, 16H, <B s Channel Attrib te>, <B s Channel mber>, < Destination Channel Attrib te>,
< Destination Channel mber>
Example of requestin Audio Bus channel 1 to Audio Out channel 1 output assi nment settin data:
F0H, 05H, 16H, 04H, 00H, 01H, 00H
Stat s Req est (O tp t Crosspoint Gain)
This command requests the D-2008SP to send its current crosspoint ain settin data.
The D-2008SP informs the current crosspoint ain settin status.
F0H, 05H, 17H, <B s Channel Attrib te>, <B s Channel mber>, < Destination Channel Attrib te>,
< Destination Channel mber>
Example of requestin Audio Bus channel 1 to Audio Out channel 1 crosspoint ain settin data:
F0H, 05H, 17H, 04H, 00H, 01H, 00H
Stat s Req est (Fader Gro p)
This comman requests the D-2008SP to sen its fa er group setting status ata.
The D-2008SP informs the current fader roup settin status.
F0H, 03H, 1AH, <Channel Attrib te>, <Channel mber>
<Channel Attribute>
00H: Audio In channel
01H: Audio Out channel
02H: CobraNet In channel
03H: CobraNet Out channel
04H: Audio Bus channel
05H: Ext. In channel
06H: CobraNet Bus channel
<Channel Number>
When Channel Attribute=00H: 00H - 21H (Audio In channel 1 - 34)
When Channel Attribute=01H: 00H - 1FH (Audio Out channel 1 - 32)
When Channel Attribute=02H: 00H - 0FH (CobraNet In channel 1 - 16)
When Channel Attribute=03H: 00H - 0FH (CobraNet Out channel 1 - 16)
When Channel Attribute=04H: 00H - 17H (Audio Bus channel 1 - 24)
When Channel Attribute=05H: 00H - 03H (Ext. In channel 1 - 4)
When Channel Attribute=06H: 00H - 0FH (CobraNet Bus channel 1 - 16)
Example of requestin Audio In channel 1’s Fader Group settin status data:
F0H, 03H, 1AH, 00H, 00H
Stat s Req est (Fader Gro p Fine Trim)

Digital mixer D-2000 Series
TOA Corporation
TOA CorporationTOA Corporation
TOA Corporation
17/37
This command requests the D-2008SP to send its fader roup fine trim settin status data.
The D-2008SP informs the current fader roup fine trim settin status.
F0H, 03H, 1BH, <Channel Attrib te>, <Channel mber>
<Channel Attribute>
00H: Audio In channel
01H: Audio Out channel
02H: CobraNet In channel
03H: CobraNet Out channel
04H: Audio Bus channel
05H: Ext. In channel
06H: CobraNet Bus channel
<Channel Number>
When Channel Attribute=00H: 00H - 21H (Audio In channel 1 - 34)
When Channel Attribute=01H: 00H - 1FH (Audio Out channel 1 - 32)
When Channel Attribute=02H: 00H - 0FH (CobraNet In channel 1 - 16)
When Channel Attribute=03H: 00H - 0FH (CobraNet Out channel 1 - 16)
When Channel Attribute=04H: 00H - 17H (Audio Bus channel 1 - 24)
When Channel Attribute=05H: 00H - 03H (Ext. In channel 1 - 4)
When Channel Attribute=06H: 00H - 0FH (CobraNet Bus channel 1 - 16)
Example of requestin Audio In channel 1’s Fader Group Fine Trim settin status data:
F0H, 03H, 1BH, 00H, 00H
Stat s Req est (Gate Stat s)
This command requests the D-2008SP to send its current ate OPEN/CLOSE status data.
The D-2008SP informs the current ate OPEN/CLOSE status data.
F0H, 03H, 66H, <Channel Attrib te>, <Channel mber>
<Channel Attribute>
00H: Audio In channel
<Channel Number>
When Channel Attribute=00H: 00H - 21H (Audio In channel 1 - 34)
Example of requestin Audio in channel 1’s ate OPEN/CLOSE status data:
F0H, 03H, 66H, 00H, 00H
Stat s Req est (Channel M te O/OFF)
This command requests the D-2008SP to send its current channel Mute ON/OFF settin status data.
The D-2008SP informs the current Mute ON/OFF settin status.
F0H, 03H, 18H, <Channel Attrib te>, <Channel mber>
<Channel Attribute>

Digital mixer D-2000 Series
TOA Corporation
TOA CorporationTOA Corporation
TOA Corporation
18/37
01H: Audio Out channel
03H: CobraNet Out channel
<Channel Number>
When Channel Attribute=01H: 00H - 1FH (Audio Out channel 1 - 32)
When Channel Attribute=03H: 00H - 0FH (CobraNet Out channel 1 - 16)
Example of requestin Audio out channel 1’s Mute ON/OFF settin status data:
F0H, 03H, 18H, 01H, 00H
Stat s Req est (C rrent preset n mbers)
This command requests to send the D-2008SP’s currently recalled preset number data.
The D-2008SP transmits the current preset number data.
F0H, 02H, 71H, 00H
Stat s req est (Fader Layer mber)
This command requests to send the D-2008SP’s current Fader Layer Number status data.
The D-2008SP transmits the current Fa er Layer Number status ata.
F0H, 0
F0H, 0F0H, 0
F0H, 02
22
2H,
H, H,
H, 40
4040
40H,
H, H,
H, <Console mber>
<Console Number>
00H - 03H: Console ID 1 - 4
Stat s req est (External Control Switch LED Indication)
This command requests to send the D-2008SP’s current External Control Switch LED Indication status data.
The D-2008SP transmits the current External Control Switch LED In ication status ata.
F0H, 0
F0H, 0F0H, 0
F0H, 03
33
3H,
H, H,
H, 4
44
41
11
1H,
H, H,
H, <Console mber>, <Key mber>
<Console Number>
00H - 03H: Console ID 1 - 4
<Key Number>
00H - 07H: Function Key Number 1 - 8

Digital mixer D-2000 Series
TOA Corporation
TOA CorporationTOA Corporation
TOA Corporation
19/37
Stat s Information
D-2008SP connection establishment stat s
Status data is transmitted from the D-2008SP when the TCP connection is established.
DFH, 01H,01H
Gate Stat s
The D-2008SP transmits the current status ata when Gate Status change in Gate Status
Notification starte .
E6
E6E6
E6H, 03H, 0
H, 03H, 0H, 03H, 0
H, 03H, 00
00
0H, <
H, <H, <
H, <Channel
ChannelChannel
Channel Number>, <
Number>, < Number>, <
Number>, <OPEN/CLOSE
OPEN/CLOSEOPEN/CLOSE
OPEN/CLOSE>
>>
>
<Channel Number>
00H - 21H (Audio In channel 1 - 34)
<OPEN/CLOSE>
00H: OPEN
01H: CLOSE
Example of the CLOSE status data of Audio Input 1
E6H, 03H, 00H, 00H, 01H
External Control Switch Press Stat s
The D-2008SP transmits the current status ata when Key Press Status change in Auto Status
Notification starte .
It is necessary for Console Function Key to set External Control Switch settin .
E6
E6E6
E6H, 0
H, 0H, 0
H, 04
44
4H, 0
H, 0H, 0
H, 01
11
1H,
H, H,
H, <Console mber>, <Key mber>, <O/OFF>
<Console Number>
00H - 03H: Console ID 1 - 4
<Key Number>
00H - 07H: Function Key 1 - 8
<ON/OFF>
00H: OFF
01H: ON

Digital mixer D-2000 Series
TOA Corporation
TOA CorporationTOA Corporation
TOA Corporation
20/37
■
Command List
F nction Command Code
Channel fader ain (position) 91H, 03H, <Channel Attribute>, <Channel Number>, <Position>
Channel fader ain (step) 91H, 03H, <Channel Attribute>, <Channel Number>, <Step>
Channel fader fine ain (position) 93H, 04H, <Channel Attribute>, <Channel Number>, <Position(U)>,
<Position(L)>
Channel fader fine ain (step) 93H, 04H, <Channel Attribute>, <Channel Number>, <Step(U)>,
<Step(L)>
Channel ON/OFF 92H, 03H, <Channel Attribute>, <Channel Number>, <ON/OFF>
Line(Stereo) Select 88H, 03H, <Slot Number>, <Line Number>, <ON/OFF>
Bus assi nment 94H, 05H, <Source Channel Attribute>, <Source Channel Number>, <Bus
Channel Attribute>, <Bus Channel Number>, <ON/OFF>
Input Crosspoint Gain 95H, 05H, <Source Channel Attribute>, <Source Channel Number>, <Bus
Channel Attribute>, <Bus Channel Number>, <Value>
Output assi nment 96H, 05H, <Bus Channel Attribute>, <Bus Channel Number>,
<Destination Channel Attribute>, <Destination Channel Number>,
<ON/OFF>
Output Crosspoint Gain 97H, 05H, <Bus Channel Attribute>, <Bus Channel Number>,
<Destination Channel Attribute>, <Destination Channel Number>,
<Value>
Fader Group 9AH, 03H, <Channel Attribute>, <Channel Number>, <Group Number>
Fader Group Fine Trim 9BH, 04H, <Channel Attribute>, <Channel Number>, <Position(U)>,
<Position(L)>
Channel Mute ON/OFF 98H, 03H, <Channel Attribute>, <Channel Number>, <ON/OFF>
Preset memory recall F1H, 02H, 00H, <Preset Number>
Fader Layer Recall C0H, 02H, <Console Number>, <Layer Number>
External Control Switch LED Indicator C1H, 03H, <Console Number>, <Key Number>, <ON/OFF>
Auto Status Notification Start/Stop F2H, 02H, 00H, <ON/OFF>
Gate Status Notification Start/Stop F2H, 02H, 01H, <ON/OFF>
Status (channel fader ain) F0H, 03H, 11H, <Channel Attribute>, <Channel Number>
Status (channel ON/OFF) F0H, 03H, 12H, <Channel Attribute>, <Channel Number>
Status(Line Select) F0H, 03H, 08H, <Slot Number>, <Line Number>
Status (Bus assi nment) F0H, 05H, 14H, <Source Channel Attribute>, <Source Channel Number>,
< Bus Channel Attribute>, < Bus Channel Number>
Other manuals for D-2008SP
1
Table of contents
Other Toa Music Mixer manuals