AMX Corporation warrants its products to be free of defects in material and workmanship under normal use for
three (3) years from the date of purchase from AMX Corporation, with the following exceptions:
•Electroluminescent and LCD Control Panels are warranted for three (3) years, except for the display and touch
overlay components that are warranted for a period of one (1) year.
•Disk drive mechanisms, pan/tilt heads, power supplies, MX Series products, and KC Series products are
warranted for a period of one (1) year.
•Unless otherwise specified, OEM and custom products are warranted for a period of one (1) year.
•Software is warranted for a period of ninety (90) days.
•Batteries and incandescent lamps are not covered under the warranty.
This warranty extends only to products purchased directly from AMX Corporation or an Authorized AMX Dealer.
AMX Corporation is not liable for any damages caused by its products or for the failure of its products to perform.
This includes any lost profits, lost savings, incidental damages, or consequential damages. AMX Corporation is not
liable for any claim made by a third party or by an AMX Dealer for a third party.
This limitation of liability applies whether damages are sought, or a claim is made, under this warranty or as a tort
claim (including negligence and strict product liability), a contract claim, or any other claim. This limitation of
liability cannot be waived or amended by any person. This limitation of liability will be effective even if AMX
Corporation or an authorized representative of AMX Corporation has been advised of the possibility of any such
damages. This limitation of liability, however, will not apply to claims for personal injury.
Some states do not allow a limitation of how long an implied warranty last. Some states do not allow the limitation or
exclusion of incidental or consequential damages for consumer products. In such states, the limitation or exclusion of
the Limited Warranty may not apply. This Limited Warranty gives the owner specific legal rights. The owner may
also have other rights that vary from state to state. The owner is advised to consult applicable state laws for full
determination of rights.
EXCEPT AS EXPRESSLY SET FORTH IN THIS WARRANTY, AMX CORPORATION MAKES NO
OTHER WARRANTIES, EXPRESSED OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF
MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. AMX CORPORATION
EXPRESSLY DISCLAIMS ALL WARRANTIES NOT STATED IN THIS LIMITED WARRANTY. ANY
IMPLIED WARRANTIES THAT MAY BE IMPOSED BY LAW ARE LIMITED TO THE TERMS OF THIS
LIMITED WARRANTY.
Table of Contents
Table of Contents
Product Information .................................................................................................1
The following sections list Axcess programming commands used with the AXB-VOL3.
Channel Settings Commands
Use the AXB-VOL3 channel settings listed for ramp up, ramp down and mute operations..
AXB-VOL3 Channel Setting Commands
Channel DescriptionChannel Description
1Ramps channels 1 and 2 up.7Ramps channel 2 up.
2Ramps channels 1 and 2 down.8Ramps channel 2 down.
3Mutes channels 1 and 2.9Mutes channel 2.
4Ramps channel 1 up.10Ramps channel 3 up.
5Ramps channel 1 down.11Ramps channel 3 down.
6Mutes channel 1.12Mutes channel 3.
Ramping a volume channel while the mute channel is on will NOT automatically turn
off the mute channel (will not restore) but the ramping will still occur and the volume
change will be noticed when the mute channel is turned off. For setting ramp rates
and presets, see SEND_COMMAND programming instructions below. For reading
current volume levels and displaying bargraphs see CREATE_LEVEL and
SEND_LEVEL programming instructions. Volume channels 1 through 3 use levels 1
to 3 respectively.
Programming
When controlling levels, such as with an active bargraph, there is no LED indication of volume
changes.
Levels
1 = Output #1
2 = Output #2
3 = Output #3
AXB-VOL3 Three-Channel Volume Control
5
Programming
Send_Commands
System Send_Commands are stored in the Axcess Control System.
AXB-VOL3 Send_Commands
PLT Ramps specified channel(s) from current level to a specified preset level or percentage at the
current rate or optionally in a specified amount of time.
Syntax:
SEND_COMMAND VOL, ’P<output channel 0-3>L<level 0-255|0-100%>[T<Time
0-255 in tenth second increments>]’
Var iables :
Output Channel = Channel numbers 1, 2 or 3. Output channel 0 = both channels 1 and 2.
Level = Level number (0-255) or percentage (0-100 percent). Level 0 is lowest volume (same
as mute) and 255 or 100% is maximum volume.
Time = Optional ramp time (0-255) in tenths of a second.
Example 1:
SEND_COMMAND VOL,'P0L50%'
Ramps both channels to 50% mid level volume at the current ramp rate.
Example 2:
SEND_COMMAND VOL,'P1L255T20'
Ramps channel 1 to highest level volume in 2 seconds.
PRSets the ramp rate of the specified channel(s) where the time is the time to ramp the full range
both down to up and up to down or optionally just down to up or just up to down.
Syntax:
SEND_COMMAND VOL, 'P<output channel 0-3>R<ramp rate 0-255 in tenth
seconds>[U|D]'
Var iables :
Output Channel = Channel numbers 1, 2 or 3. Output channel 0 = both channels 1 and 2.
Ramp Rate = Sets ramp rate (1-255) for channel commands in tenth second increments.
U = Optional character sets rate for ramp up.
D = Optional character sets rate for ramp down.
Example 1:
SEND_COMMAND VOL, 'P0R50'
Sets ramp rate of channels 1 and 2 to 5 seconds full range from down to up and up to down.
Example 2:
SEND_COMMAND VOL, 'P3R50D'
Sets ramp rate of channel 3 to 5 seconds full range from up to down only.
6
AXB-VOL3 Three-Channel Volume Control
AXB-VOL3 Send_Commands (Cont.)
PPSyntax:
SEND_COMMAND VOL, ’P<Channel> = P<Channel>’
Var iable:
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.
Programming
AXB-VOL3 Three-Channel Volume Control
7
AMX reserves the right to alter specifications without notice at any time.
2004 AMX Corporation. All rights reserved. AMX, the AMX logo, the building icon, the home icon, and the light bulb icon are all trademarks of AMX Corporation.