
AXlink Command Structure
33
AMX Lighting PROlink/AXlink Programming
Ramping All Dimmers Down
The dimmers will continue ramping down as long as the channel is on or until the dimmers reach
level zero. A 'TO' statement is preferred for this application.
Turning All Channels On
The dimmers in pack #1 will go to 100 percent. A 'TO' statement is preferred for this application
but the 'PULSE' statement can also be used.
Turning All Channels Off
The dimmers in pack #1 will go to level zero. A 'TO' statement is preferred for this application but
the 'PULSE' statement can also be used.
Ramping Presets Up
The preset will continue ramping up as long as the channel is on or until the preset reaches level
100 with all dimmers on PROlink. A 'TO' statement is preferred for this application.
Format:
AXlink channel 142
Example:
PUSH [TP, 114]
TO [LTS, 142] (Ramp all dimmers down)
PROlink PUSH response:
C
ALL DOWN
PROlink RELEASE response:
C
ALL STOP
Format:
AXlink channel 143
Example:
PUSH [TP, 115]
TO [LTS, 143] (Turn all dimmers On)
PROlink PUSH response:
C
ALL LEVEL FF IN 001
PROlink RELEASE response:
NO RESPONSE
Format:
AXlink channel 144
Example:
PUSH [TP, 116]
TO [LTS, 144] (Turn all dimmers Off)
PROlink PUSH response:
C
ALL LEVEL 00 IN 001
PROlink RELEASE response:
NO RESPONSE
Format:
AXlink channel 145
Example:
PUSH [TP, 117]
TO [LTS, 145] (Ramp preset up)
PROlink PUSH response:
C
PRESET 001 RAMPING UP
PROlink RELEASE response:
C
PRESET 001 RAMP STOPPED
Summary of Contents for ProLink PRO-DP8
Page 1: ...instruction manual Lighting Control AMX Lighting PROlink AXlink Programming ...
Page 4: ......
Page 8: ...iv AMX Lighting PROlink AXlink Programming Table of Contents ...
Page 14: ...Introduction 6 AMX Lighting PROlink AXlink Programming ...
Page 22: ...Pre Installation Settings 14 AMX Lighting PROlink AXlink Programming ...
Page 46: ...Appendix A PROlink vs AXlink Commands 38 AMX Lighting PROlink AXlink Programming ...
Page 65: ...Appendix C Troubleshooting 57 AMX Lighting PROlonl AXlink Programming ...