Ramp dimmers up, Ramp dimmers down – AMX Radia Eclipse 4-Channel Dimmer Module RE-DM4 User Manual

Page 45

Advertising
background image

AMX RADIA Lighting Programming

37

RE-DM4 and RE-DM6 RADIA Eclipse Dimmer Modules

Ramp Dimmers Up

This function ramps up the specified dimmer(s) until the ramp is stopped or the dimmer(s) reach 100%.



Since this function uses the terminating carriage return (ASCII 13) to stop ramping, 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.

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.

Ramp Dimmers Up

String:

<dimmer>U

Response:

<dimmer> UP

(if one dimmer specified)

GROUP UP

(if multiple dimmers specified)

ALL UP

(if all ('A') dimmers specified)

Examples:

SEND_STRING Radia,'1U'

Ramp dimmer one up

Response: "'01 UP',13,10,?"

SEND_STRING Radia,'2-4&6U'

Ramp dimmers 2, 3, 4, and 6 up

Response: "'GROUP UP',13,10,?"

SEND_STRING Radia,'AU'

Ramp all dimmers up

Response: "'ALL UP',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

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

Advertising