Specifications

Appendix B: Radia Lighting Programming
80
RE-DM4 and RE-DM6 RADIA Eclipse Dimmer Modules
Ramp Dimmers Down
This function ramps down the specified dimmer(s) until the ramping stops or the dimmer(s) reach 0%.
Note that this function uses the terminating carriage return (ASCII 13) to stop ramping, so do not send
the carriage return with the string. The ramp rate for this function is the default ramp time as established
by the 'RT' command.
Stop Ramping Dimmer
This function stops the specified dimmer(s) from ramping. This command will also stop the ramping of
dimmers that are being ramped by the PU and PD commands.
Ramp Dimmers Down
String: <dimmer>D
Response: <dimmer> DOWN (if one dimmer specified)
GROUP DOWN (if multiple dimmers specified)
ALL DOWN (if all ('A') dimmers specified)
Examples: SEND_STRING Radia,'1D' Ramp dimmer one down
Response: "12,'01 DOWN',13,10,?"
SEND_STRING Radia,'2-4&6U' Ramp dimmers 2, 3, 4, and 6 down
Response: "12,'GROUP DOWN',13,10,?"
SEND_STRING Radia,'AU' Ramp all dimmers down
Response: "12,'ALL DOWN',13,10,?"
SEND_STRING Radia,"13" Stop ramping.
Responses for the commands issued above respectively:
"12,'01 STOP',13,10,'?'" Dimmer one stopped
"12,'GROUP STOP',13,10,'?'" Dimmer group stopped
"12,'ALL STOP',13,10,'?'" All dimmers stopped
Stop Ramping Dimmer
String: <dimmer>S
Response: <dimmer> STOP (if one dimmer specified)
GROUP STOP (if multiple dimmers specified)
ALL STOP (if all ('A') dimmers specified)
Examples:
SEND_STRING Radia,"'1S',13" Stop ramping dimmer 1
Response: "12,'01 STOP',13,10,'?'"
SEND_STRING Radia,"'2-4S',13" Stop ramping dimmers 2-4
Response: "12,'GROUP STOP',13,10,'?'"
SEND_STRING Radia,"'AS',13" Stop ramping all dimmers
Response: "12,'ALL STOP',13,10,'?'"