Programming
Send_Commands
System Send_Commands are stored in the Axcess Control System.
AXB-VOL3 Send_Commands
PLT
PR
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
Variables:
Output Channel = Channel numbers 1, 2 or 3. Output channel 0 = both channels 1 and 2.
Level = Level number
Time = Optional ramp time
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.
Sets 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
Variables:
Output Channel = Channel numbers 1, 2 or 3. Output channel 0 = both channels 1 and 2. Ramp Rate = Sets ramp rate
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 | |
|
|
|