46-80 Installation and User Guide V1.0
27
EXAMPLE COMMAND (ASCII) COMMAND (HEX)
Set level in
Zone 2
to -12 dB
<Z2.MU,L12/>
3C 5A 32 2E 4D 55
2C 4C 31 32 2F 3E
Reduce level
in Zone 1
by 10 dB
<Z1.MU,LD10/>
3C 5A 31 2E 4D 55
2C 4C 44 31 30 2F
3E
Increase level
in Zone 4
by 6 dB
<Z5.MU,LU6/>
3C 5A 34 2E 4D 55
2C 4C 55 36 2F 3E
3. Mute/Unmute Mics
Either of the 46-80’s two mic inputs may be enabled or
disabled. This may be done on a per-zone basis for Mic Input
1, and globally (all zones) for Mic Input 2.
The value of x in the general format is the Mic input (1 or 2).
EXAMPLE COMMAND (ASCII) COMMAND (HEX)
Mute Mic 1 in
Zone 2 only
<Z2.M1,M/>
3C 5A 32 2E 4D 31
2C 4D 2F 3E
Unmute Mic 1
in Zone 2 only
<Z2.M1,O/>
3C 5A 32 2E 4D 31
2C 4F 2F 3E
Mute Mic 2
globally
<M2,M/>
3C 4D 32 2C 4D 2F
3E
Unmute Mic 1
globally
<M1,O/>
3C 4D 31 2C 4F 2F
3E
4. Enable/Release Paging
RS-232 control of paging allows an audio signal connected at
MIC 1 to be routed for paging.
This command differs from the others in that the value of
y in the general format is in the form of a 4-character mask
of ASCII “X’s” (select) and “O’s” (don’t select), with the
character position in the mask denoting the Zone number.
EXAMPLE COMMAND (ASCII) COMMAND (HEX)
Access paging
for Zone 3
<PM,PAOOXO/>
3C 50 4D 2C 50 41
4F 4F 58 (4F) 2F 3E
Access paging
for Zones 1
and 4
<PM,PAXOOX/>
3C 50 4D 2C 50 41
4F 4F 4F 58 2F 3E
Release
paging
<PM,PR/>
3C 50 4D 2C 50 52
2F 3E
Note that it is not strictly necessary to transmit the “O”
character (4Fh) for channel numbers above the highest being
paged. Thus <PM,PAOOX/> (ASCII) would sufce in the rst
example above. However, the full four characters are shown
in the table for completeness, with the extra character in
brackets in the hex version.