User Guide
AXlink Command Structure
36
AMX Lighting PROlink/AXlink Programming
AXlink Level Commands (Cont.)
DEFINE_CONNECT LEVEL
This command links AMX Light-
ing dimmers to touch panel bar-
graphs and other displays.
You don't need to CREATE_LEVEL unless you plan to watch or use DIM1.
Syntax:
DEFINE_CONNECT_LEVEL
<device1>, <level_1>, <device2>, <level_2>,
<device3>, <level_3>
Example 1:
DEFINE_CONNECT_LEVEL
(LTS, 1, TP, 1)
(LTS, 2, TP, 2)
CREATE_LEVEL LTS, 1, DIM1
• AXlink response: Touch panel levels 1 and 2 display output of AMX Lighting
dimmers 1 and 2.
• PROlink response: Not active, no response
Example 2:
DEFINE_CONNECT_LEVEL
(LTS, 1, TP, 1, MSP8,1)
• AXlink response: Touch panel level 1 and wall panel MSP8 bargraph
display output of AMX Lighting dimmer 1.
• PROlink response: Not active, no response