
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:
C
RAMP 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:
C
PRESET TIME SET AT 003
Format:
SEND_COMMAND LTS, 'RXON'
Example:
SEND_COMMAND LTS, 'RXON'
PROlink response:
C
RXON MODE
Format:
SEND_COMMAND LTS, 'RXOFF'
Example:
SEND_COMMAND LTS, 'RXOFF'
PROlink response:
NO RESPONSE
Содержание ProLink PRO-DP8
Страница 1: ...instruction manual Lighting Control AMX Lighting PROlink AXlink Programming ...
Страница 4: ......
Страница 8: ...iv AMX Lighting PROlink AXlink Programming Table of Contents ...
Страница 14: ...Introduction 6 AMX Lighting PROlink AXlink Programming ...
Страница 22: ...Pre Installation Settings 14 AMX Lighting PROlink AXlink Programming ...
Страница 46: ...Appendix A PROlink vs AXlink Commands 38 AMX Lighting PROlink AXlink Programming ...
Страница 65: ...Appendix C Troubleshooting 57 AMX Lighting PROlonl AXlink Programming ...