PROlink Command Structure
26
AMX Lighting PROlink/AXlink Programming
Ramping a Preset Down
The preset will continue ramping until the carriage return is sent or until the new preset is reached.
Ramping is best done on the push, while stopping is done on the release of a button. This is the
same as AXlink channel command 146 and preset 255.
Stop Ramping Presets - Method 1
The dimmer will continue ramping until the carriage return or <enter> is sent or until the dimmer
reaches level zero or 100. Ramping is best done on the push, while stopping is done on the release
of a button.
Stop Ramping Presets - Method 2
The dimmer will continue ramping until this command is received.
Setting Dimmer Levels
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. This is the fastest and most reliable way to send
multiple dimmers to the same level.
Format:
Send_String LTS, "'PD'"
Example:
Send_String LTS, "'PD'"
PROlink response:
C
PRESET 001 RAMPING DOWN
Format:
Send_String LTS, "13"
Example:
Send_String LTS, "13"
PROlink response:
C
PRESET 001 RAMP STOPPED
Format:
Send_String LTS, "'PS'"
Example:
Send_String LTS, "'PS'"
PROlink response:
C
PRESET 001 RAMP STOPPED
Format:
Send_String LTS, "'<n>L<m>T<t>', 13"
Optional Format:
Send_String LTS, "'<n>L<m>', 13"
Variables:
• <n>: This is the dimmer number from 1-60 (Any combination of dimmers
• <m>: This is the dimmer level percentage 0-100
• <t>: This is the ramp rate, 0-255 in seconds (optional)
Example:
Send_String LTS, "'1L57T3', 13"
PROlink response:
C
001 LEVEL 57 IN 003
Содержание 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 ...