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:
C
01 UP
PROlink RELEASE response:
C
01 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:
C
01 DOWN
PROlink RELEASE response:
C
01 STOP
Format:
AXlink channel 141
Example:
PUSH [TP, 113]
TO [LTS, 141] (Ramp all dimmers up)
PROlink PUSH response:
C
ALL UP
PROlink RELEASE response:
C
ALL STOP
Содержание 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 ...