EasyManua.ls Logo

AMX AXB-VOL3 - Page 11

AMX AXB-VOL3
12 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Programming
7
AXB-VOL3 Three-Channel Volume Control
AXB-VOL3 Send_Commands (Cont.)
PP Syntax:
SEND_COMMAND VOL, ’P<Channel> = P<Channel>’
Variable:
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.