Ecb 62 device control language – Rane ECS v2 RaneWare (RaneWare 2.1) User Manual
Page 24

RW Manual-24
Definition:
Two’s Complement: The result ob-
tained when all the data bits are inverted
and 1 is added to the result. Used to
represent negative numbers. The Two’s
Complement of 3 (i.e. 0000 0011) is equal
to 1111 1101or $FD. This represents ‘ 3’.
ECB 62 DEVICE CONTROL LANGUAGE
Data Structures:
Abbreviations used:
$:
signifies hexadecimal number
ADDR:
device address
CHNUM:
channel number code
COMSTAT:
communications status code
DCL:
device control language
DT:
Device-type code (predefined)
ID:
Manufacturer’s ID code (predefined)
MEMNUM:
memory number code
OPSTAT:
operational status code
SPL:
stored parameter list (product dependent)
ECB 62 Stored Parameter List (SPL):
Index
Hex
Name / System Parameters:
Encoding Method
0
$00
VU Meter Port Display
0-7
(byte)
0 = Port 1 IN, 1 = Port 2 IN, 2 = Port 3 IN,
3 = Port 4 IN, 4 = Port 5 IN, 5 = Port 6 IN,
6 = Port 1 OUT, 7 = Port 3 OUT
1
$01
Master Port Delay (×100 ms)
1-60
(byte)
1 = 100 ms, 2 = 200 ms, etc.
2
$02
Master Mic Delay (×100 ms)
1-60
(byte)
1 = 100 ms, 2 = 200 ms, etc.
3
$03
Port Sig Release (×100 ms)
1-60
(byte)
1 = 100 ms, 2 = 200 ms, etc.
4
$04
Mic Sig Release (×100 ms)
1-60
(byte)
1 = 100 ms, 2 = 200 ms, etc.
5
$05
Near Sig Offset (dB) &
0-40
(byte)
0 = 0 dB, 1 = 1 dB, etc.
Chairman control = Chair Off
100
= Chair On
101
6
$06
Prog Sig Release (×100 ms)
1-60
(byte)
1 = 100 ms, 2 = 200 ms, etc.
7
$07
Prog Sig Offset (dB)
0-40
(byte)
0 = 0 dB, 1 = 1 dB, etc.
8
$08
Prog Sig Threshold (dB)
-45 +9
-45 = -45 dB, ... , 9 = 9 dB**
9
$09
System Offset (dB)
0-10
(byte)
0 = 0 dB, 1 = 1 dB, etc.
10
$0A
Noise Source On (ON/OFF)
1/0
(byte)
1 = ON, 0 = OFF
11
$0B
Noise Source Power-Up (ON/OFF)
1/0
(byte)
1 = ON, 0 = OFF
12
$0C
Suppression (ON/OFF)
1/0
(byte)
1 = ON, 0 = OFF
13
$0D
Suppression Level (dB)
0-100
(byte)
See dB Conversion Chart
14
$0E
Noise Gate (ON/OFF)
1/0
(byte)
1 = ON, 0 = OFF
15
$0F
Noise Gate Depth (dB)
0-100
(byte)
See dB Conversion Chart
16
$10
P3 Prog Contribute (ON/OFF)
1/0
(byte)
1 = ON, 0 = OFF
17
$11
Link Prog Sig (ON/OFF)
1/0
(byte)
1 = ON, 0 = OFF
Port 1 Parameters:
18
$12
Input (ON/OFF)*
1/0
(byte)
1 = ON, 0 = OFF
19
$13
Input Select*
0-31
(byte)
Bitwise where Bit 0 = IN 1, Bit 1 = IN 2,
Bit 2 = IN 3, Bit 3 = IN 4, Bit 4 = IN 5
20
$14
Input Attenuation (dB)
0-100
(byte)
See dB Conversion Chart
21
$15
Auto-Level*
0/1/2
(byte)
0 = OFF, 1 = Auto-Level, 2 = Limiter
22
$16
Sig Mode (AUTO/ON/OFF)*
2/1/0
(byte)
2 = AUTO, 1 = ON, 0 = OFF
23
$17
Threshold Level (dB)
-45 +9
-45 = -45 dB, ... , 9 = 9 dB**
24
$18
Output (ON/OFF)*
1/0
(byte)
1 = ON, 0 = OFF
25
$19
Output Attenuation (dB)
0-100
(byte)
See dB Conversion Chart
26 33
$1A-21 Port 2 Parameters
Same as Port 1 Parameters
34 41
$22-29 Port 3 Parameters
Same as Port 1 Parameters
42 49
$2A-31 Port 4 Parameters
Same as Port 1 Parameters
50 57
$34-39 Port 5 Parameters
Same as Port 1 Parameters except for Input Select
51
$33
Port 5 Input Select*
0-63
(byte)
Bitwize where Bit 0 = IN 1, Bit 1 = IN 2,
Bit 2 = IN 3, Bit 3 = IN 4, Bit 4 = IN 5,
Bit 5 = IN 6 (See Fig. 2, Hardware Manual)
58 65
$3A-41 Port 6 Parameters
Same as Port 1 Parameters
*Setting—see note 4. **Use Two’s complement for negative numbers.