Appendix B: Radia Lighting Programming
86
RE-DM4 and RE-DM6 RADIA Eclipse Dimmer Modules
Ramp To Level
This function ramps the specified dimmer(s) to the specified level over the optionally specifiable time.
Undefine Dimmer
This function "undefines" the specified dimmer so that it will not be included in the next saved preset.
This allows a preset to affect a subset of the dimmers rather than all of them.
Ramp To Level
String:
<dimmer>L<level>[T<time>]
Response:
<dimmer> LEVEL <level> IN <time>
Examples:
SEND_STRING Radia,"'2L88',13"
Ramp dimmer 2 to 88% at the default
level rate
Response:
"12,'02 LEVEL 088 IN 005',13,10,'?'"
Assuming default level rate is 5
SEND_STRING Radia,
"'1-4&6L100',13"
Ramp 1-4, & 6 to 100% at the default
level rate.
Response: "12,'GROUP LEVEL 100 IN 005',13,10,'?'"
SEND_STRING Radia,"'6L50T5',13"
Ramp dimmer 6 to 50% over 5 seconds.
Response: "12,'06 LEVEL 050 IN 005',13,10,'?'"
SEND_STRING Radia,"'AL0',13"
Ramp all dimmers to 0% at the default
ramp rate.
Response: "12,'ALL LEVEL 000 IN 005',13,10,'?'"
Undefine Dimmer
String:
<dimmer>LU
Response:
<dimmer> LEVEL UN IN 000
Example:
SEND_STRING Radia,"'1LU',13"
Set dimmer 1 to undefined level
Response: "12,'001 LEVEL UN IN 000',13,10,'?'"
SEND_STRING Radia,"'2-4LU',13"
Set dimmers 2-4 to undefined level
Response: "12,'GROUP LEVEL UN IN 000',13,10,'?'"
SEND_STRING Radia,"'ALU',13"
Set all dimmers to undefined level
Response: "12,'ALL LEVEL UN IN 000',13,10,'?'"
Содержание Radia RE-DM6
Страница 16: ...Radia Eclipse RE DM6 Dimmer Module 10 RE DM4 and RE DM6 RADIA Eclipse Dimmer Modules ...
Страница 20: ...AMX Lighting Systems 14 RE DM4 and RE DM6 RADIA Eclipse Dimmer Modules ...
Страница 48: ...AMX Lighting Programming 42 RE DM4 and RE DM6 RADIA Eclipse Dimmer Modules ...
Страница 102: ...Appendix C Troubleshooting 96 RE DM4 and RE DM6 RADIA Eclipse Dimmer Modules ...
Страница 103: ...Appendix C Troubleshooting 97 RE DM4 and RE DM6 RADIA Eclipse Dimmer Modules ...