PROlink Command Structure
27
AMX Lighting PROlink/AXlink Programming
Setting Group 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.
Setting Dimmer Levels as Undefined
Any undefined dimmers will not be included in a preset. A dimmer will stay in the undefined mode
until it is reassigned to a level from 0 to 100.
Setting All Dimmer Levels as Undefined
Any undefined dimmers will not be included in a preset. A dimmer will stay in the undefined mode
until it is reassigned to a level from 0 to 100. This command duplicates the AXlink channel
command 155. This command is often used before recording a preset to clear the scene to a 'neutral'
level. A preset stored with all levels undefined will have no affect on the dimmers when recalled.
Use this type of preset to initiate unique actions that do not change the lighting.
Closing or Pushing a Dry Closure
The closure will remain closed until a release is sent. Closed closures respond on AXlink with
channels 147 to 154 going on. PROlink will display preset number recalled.
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, "'1-3&6-8&12L63T5', 13"
PROlink response:
C
GROUP LEVEL 63 in 005
Format:
Send_String LTS, "'<n>LU', 13"
Variables:
• <n>: This is the dimmer number from 1-60
Example:
Send_String LTS, "'1LU', 13"
PROlink response:
C
001 LEVEL UN IN 000
Format:
Send_String LTS, "'ALU', 13"
Example:
Send_String LTS, "ALU', 13'"
PROlink response:
C
ALL LEVEL UN IN 000
Format:
Send_String LTS, "'<p>XN<cl>', 13"
Variables:
• <p>: This is the pack number 1-10 or A (all)
• <cl>: This is the dry closure number 1-8
Example:
Send_String LTS, "'1XN2', 13"
PROlink response:
C
GOTO 001 IN 000
Содержание 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 ...