PROlink Command Structure
19
AMX Lighting PROlink/AXlink Programming
PROlink Command Structure
Setup Commands
These commands are used to set the default values and parameters that are typically entered at the
startup of the system and not changed.
!
For example purposes the <device> is always named 'LTS' and the <CR> will be
substituted with the ASCII numerals 13.
Setting a Default Level Time
Setting a Default Ramp Time
LT
Level Time is the time it takes for a level to change from its present state to a
new level when using a Level command. If a level command is sent without the
time value specified (T), the dimmer will go to the specified level using the
Default Level Time.
The factory default for this value is 1 second
Send_String LTS, "'LT<t>', 13"
Variables:
• <t>: Fade time, 0-255 in seconds
Example:
Send_String LTS, "'LT1', 13"
PROlink response:
C
LEVEL TIME SET AT 001
RT
Ramp Time is the time it takes to raise or lower the channel or preset from its
preset levels to either extreme of level zero or 100%. All ramp commands will
use the Default Ramp Time. Individual dimmers cannot have individual ramp
rates
Send_String LTS, "'RT<t>', 13"
Variables:
• <t>: Fade time, 1-255 in seconds, zero is not valid
Example:
Send_String LTS, "'RT5', 13"
PROlink response:
C
RAMPTIME SET AT 005
Содержание 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 ...