User Guide
AXlink Command Structure
30
AMX Lighting PROlink/AXlink Programming
Setting a Default Ramp Time
Ramp Time is the time it takes to raise or lower the channel or preset from its preset levels to either
extreme of level zero or 100%. All ramp commands will use the Default Ramp Time. Individual
dimmers cannot have individual ramp rates. The factory default for this value is 6 seconds.
Setting a Default Preset Time
Preset Time is the time it takes for a preset to be recalled. If a preset is stored or recalled without the
time value specified (T), it will be recalled or stored using the Default Preset Time. The factory
default for this value is 3 seconds.
Enabling AXlink Levels/Responses
PROlink acknowledges each command with a response. This command will enable responses to the
AXlink master, and it is the default start-up condition.
Disabling AXlink Levels/Responses
PROlink acknowledges each command with a response. This command will disable responses to
the AXlink master, and it is the default start-up condition.
Format:
SEND_COMMAND LTS, 'RT<t>'
Variables: • <t>: This is the ramp rate, 1-255 in seconds; zero is not valid
Example:
SEND_COMMAND LTS, 'RT5'
PROlink response:
CRAMP TIME SET AT 005
Format:
SEND_COMMAND LTS, 'PT<t>'
Variables: • <t>: This is the ramp rate, 0-255 in seconds
Example:
SEND_COMMAND LTS, 'PT3'
PROlink response:
CPRESET TIME SET AT 003
Format:
SEND_COMMAND LTS, 'RXON'
Example:
SEND_COMMAND LTS, 'RXON'
PROlink response:
CRXON MODE
Format:
SEND_COMMAND LTS, 'RXOFF'
Example:
SEND_COMMAND LTS, 'RXOFF'
PROlink response:
NO RESPONSE