PROlink Command Structure
20
AMX Lighting PROlink/AXlink Programming
Setting a Default Preset Time
Enabling a PROlink response
Disabling a PROlink response
Phase/zero-crossing detection and correction
PT
Preset Time is the time it takes for a preset to be recalled. If a preset is stored
or recalled without the time value specified (T), it will be recalled or stored
using the Default Preset Time.
The factory default for this value is 3 seconds
Send_String LTS, "'PT<t>', 13"
Variables:
• <t>: Fade time, 0-255 in seconds
Example:
Send_String LTS, "'PT3', 13"
PROlink response:
C
PRESET TIME SET AT 003
RN
Response On: PROlink acknowledges each command with a response. This
command will enable responses to the AXlink master, and it is the default start-
up condition.
Send_String LTS, "'RN', 13"
Example:
Send_String LTS, "'RN', 13"
PROlink response:
C
RXON MODE
RF
Response Off: PROlink acknowledges each command with a response. This
command will disable responses to the AXlink master and speed up communi-
cation.
Send_String LTS, "'RF', 13"
Example:
Send_String LTS, "'RF', 13"
P
Phase/zero-crossing detection and correction features at startup and reset.
In the presence of a phase/zero-crossing error:
• The green AXlink LED on the Radia will blink very fast.
• The Radia will add a "P<pack#> PHASE ERROR" to any command response.
The current state of the phase/zero-cross detection system can be queried on a pack by
pack basis.
Syntax:
<pack#>Y
Return:
P<pack#>PH: (OK or FAIL)
1(Y or N), 2A(Y or N), 2B(Y or N), 3(Y or N)
A correctly working system will dislplay OK,Y,Y,Y,Y. A failure would read: PH: FAIL and an
N following the <phase #> in question
Содержание 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 ...