User Guide
PROlink Command Structure
19
A
MX 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:
CLEVEL 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:
CRAMPTIME SET AT 005