Prolink Command Structure; Setup Commands; Setting A Default Level Time; Setting A Default Ramp Time - AMX PRO-DP8 Instruction Manual

Amx pro-dp8 keypad panels: user guide
Hide thumbs Also See for PRO-DP8:
Table of Contents

Advertisement

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.
!

Setting a Default Level Time

LT

Setting a Default Ramp Time

RT
AMX Lighting PROlink/AXlink Programming
For example purposes the <device> is always named 'LTS' and the <CR> will be
substituted with the ASCII numerals 13.
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
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 Command Structure
19

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Prolinkaxlink programming

Table of Contents