User Guide

AXlink Command Structure
33
A
MX 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:
CALL DOWN
PROlink RELEASE response:
CALL STOP
Format:
AXlink channel 143
Example:
PUSH [TP, 115]
TO [LTS, 143] (Turn all dimmers On)
PROlink PUSH response:
CALL 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:
CALL 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:
CPRESET 001 RAMPING UP
PROlink RELEASE response:
CPRESET 001 RAMP STOPPED