
AXlink Command Structure
34
AMX Lighting PROlink/AXlink Programming
Ramping Presets Down
The preset will continue ramping down as long as the channel is on or until the preset reaches level
zero with all dimmers on PROlink. A 'TO' statement is preferred for this application.
Setting Dimmer Levels
This command must be sent for each dimmer and can only access pack #1. 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.
Setting a Dimmer Level as Undefined
AXlink cannot 'Undefine' a single channel.
Setting all Dimmer Levels to Undefined
A dimmer will stay in the undefined mode until it is reassigned to a level from 0 to 100. 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.
Format:
AXlink channel 146
Example:
PUSH [TP, 118]
TO [LTS, 146] (Ramp preset down)
PROlink PUSH response:
C
PRESET 001 RAMP STOPPED
PROlink RELEASE response:
C
PRESET 001 RAMPING DOWN
Format:
SEND_COMMAND LTS, 'P<n>L<m>T<t>'
Variables:
• <n>: This is the dimmer number, 1-6 (Any combination of dimmers)
• <m>: This is the dimmer level percentage, 0-100
• <t>: This is the ramp rate, 0-255 in seconds
Example:
SEND_COMMAND LTS, 'P1L88T3'
PROlink response:
NO RESPONSE
Format:
AXlink channel 155
PUSH example:
PUSH [TP, 119]
TO [LTS, 155] (All levels undefined)
AXlink response
ON [LTS, 155]
PROlink response:
C
ALL LEVEL UN 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 ...