PROlink Command Structure
23
AMX Lighting PROlink/AXlink Programming
Obtaining a Pack Curve status
This is the fastest way to see the curves in a pack. The PROlink answer gives the pack number
followed by the dimmer curve status starting with dimmer one.
Obtaining All the Pack Curve status
This is the fastest way to see the curves in a PROlink system. The PROlink answer gives the pack
curve status starting with pack one, a carriage return, and a line feed, and then the next pack. It does
not report packs that are not on line.
Obtaining a Pack Level status
This is the fastest way to see the levels in a pack. The PROlink answer gives the pack level status
starting with pack one. This command does not identify any undefined channels.
Obtaining All Pack Level status
This is the fastest way to see the levels in a PROlink system. The PROlink answer gives the pack
levels starting with pack one, a carriage return, and a line feed, and then the next pack. It does not
report packs that are not on line. This command does not identify any undefined channels.
Format:
Send_String LTS, "'<p>C', 13"
Variables:
• <p>: This is the pack number 1-10 (Only one pack at a time)
Example:
Send_String LTS, "'1C', 13"
PROlink response:
C
P01: 1, 1, 1, 6, N, N
Format:
Send_String LTS, "'AC', 13"
Example:
Send_String LTS, "'AC', 13"
PROlink responses:
C
P01: 1, 1, 1, 6, N, N
C
P02: 1, 1, 1, 6, N, N …
Format:
Send_String LTS, "'<p>Z', 13"
Variables:
• <p>: This is the pack number 1-10 (Only one pack at a time)
Example:
Send_String LTS, "'1Z', 13"
PROlink response:
C
P01: 25, 37, 00, 00, FF, 88
Format:
Send_String LTS, "'AZ', 13"
Example:
Send_String LTS, "'AZ', 13"
PROlink responses:
C
P01: 25, 37, 00, 00, FF, 88
C
P02: 00, 22, 99, FF, FF, FF …
Содержание 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 ...