User Guide

AXlink Command Structure
32
AMX Lighting PROlink/AXlink Programming
Operation Commands
Operation commands are used for real-time lighting control and setup of scenes prior to
programming presets.
Recalling Presets
If the value for <t> is not entered, the AMX Lighting controller will use the value specified by the
Default Preset Time. The <t> parameter is optional.
Ramping Dimmers Up
The dimmer will continue ramping up as long as the channel is on or until the dimmer reaches level
100. A 'TO' statement is preferred for this application.
Ramping Dimmers Down
The dimmer will continue ramping up as long as the channel is on or until the dimmer reaches level
100. A 'TO' statement is preferred for this application.
Ramping All Dimmers Up
The dimmers will continue ramping up as long as the channel is on or until the dimmers reach level
100. A 'TO' statement is preferred for this application.
Format:
SEND_COMMAND LTS, 'RP<s>T<t>'
Variables: <s>: This is the preset number
<t>: This is the ramp rate, 0-255 in seconds (optional)
Example:
SEND_COMMAND LTS, 'RP1T6'
PROlink response:
NO RESPONSE
Format:
AXlink channel 129 (dimmer one)
…channel 134 (dimmer six)
Example:
PUSH [TP, 100]
TO [LTS, 129] (Ramp dimmer 1 up)
PROlink PUSH response:
C01 UP
PROlink RELEASE response:
C01 STOP
Format:
AXlink channel 135 (dimmer one)
…channel 140 (dimmer six)
Example:
PUSH [TP, 107]
TO [LTS, 135] (Ramp dimmer 1 down)
PROlink PUSH response:
C01 DOWN
PROlink RELEASE response:
C01 STOP
Format:
AXlink channel 141
Example:
PUSH [TP, 113]
TO [LTS, 141] (Ramp all dimmers up)
PROlink PUSH response:
CALL UP
PROlink RELEASE response:
CALL STOP