Programming
7
AXB-VOL3 Three-Channel Volume Control
AXB-VOL3 Send_Commands (Cont.)
PP Syntax:
SEND_COMMAND VOL, ’P<Channel> = P<Channel>’
Variab le:
Channel = Enter channel number.
Examples:
SEND_COMMAND VOL, ’P1 = P2’
Sets channel 1 level to the same as channel 2.
SEND_COMMAND VOL, ’P1 = P3’
Sets channel 1 level to the same as channel 3.
SEND_COMMAND VOL, ’P2 = P1’
Sets channel 2 level to the same as channel 1.
SEND_COMMAND VOL, ’P2 = P3’
Sets channel 2 level to the same as channel 3.
SEND_COMMAND VOL, ’P3 = P1’
Sets channel 3 level to the same as channel 1.
SEND_COMMAND VOL, ’P3 = P2’
Sets channel 3 level to the same as channel 2.
Note: You cannot use 'P0' with these commands.