User Guide

AXlink Command Structure
29
A
MX Lighting PROlink/AXlink Programming
AXlink Command Structure
AMX Lighting Channel Commands
Channel commands are available for AMX Lighting firmware version 2.0 and greater. The
following table shows the AMX Lighting AXlink programming commands.
Setup Commands
These commands are used to set the default values and parameters that are typically entered at the
startup of the system and not changed.
Setting a Default Level Time
Level Time is the time it takes for a level to change from its present state to a new level when using
a Level command. If a Level command is sent without the time value specified (T), the dimmer
goes to the specified level using the Default Level Time. The factory default for this value is 1
second.
AMX Lighting Channel Commands
Channel number Function Channel number Function
1-128 Status of presets, indicates active preset 142 Ramp all 60 channels down
129 Ramp channel 1 up 143 Turn all 60 channel on
130 Ramp channel 2 up 144 Turn all 60 channels off
131 Ramp channel 3 up 145 Ramp active preset up
132 Ramp channel 4 up 146 Ramp active preset down
133 Ramp channel 5 up 147 Status of dry closure 1
134 Ramp channel 6 up 148 Status of dry closure 2
135 Ramp channel 1 down 149 Status of dry closure 3
136 Ramp channel 2 down 150 Status of dry closure 4
137 Ramp channel 3 down 151 Status of dry closure 5
138 Ramp channel 4 down 152 Status of dry closure 6
139 Ramp channel 5 down 153 Status of dry closure 7
140 Ramp channel 6 down 154 Status of dry closure 8
141 Ramp all 60 channels up 155 All levels 'Undefined'
Format:
SEND_COMMAND LTS, 'LT<t>'
Variables: <t>: This is the ramp rate, 0-255 in seconds
Example:
SEND_COMMAND LTS, 'LT1'
PROlink response:
CLEVEL TIME SET AT 001