AMX RE-DM6 Switch User Manual


 
Appendix B: Radia Lighting Programming
81
RE-DM4 and RE-DM6 RADIA Eclipse Dimmer Modules
Ramp active preset up
This function ramps up the currently active (last recalled) preset until the ramp is stopped or all dimmers
in the preset reach 100%. Note this function uses the terminating carriage return (ASCII 13) to stop
ramping, therefore the carriage return must not be sent with the string. The ramp rate for this function is
the default ramp time as established by the 'RT' command. Only dimmers that are assigned a level greater
than 0 in the preset are ramped. Dimmers with a level of 0 and Undefined dimmers are not affected by
the PU command.
Ramp Active Preset Down
This function ramps down the currently active (last recalled) preset until the ramp is stopped or all
dimmers in the preset reach 0%. Note this function uses the terminating carriage return (ASCII 13) to
stop ramping, so the carriage return must not be sent with the string. The ramp rate for this function is the
default ramp time as established by the 'RT' command.
Stop Ramping Preset
This function stops the ramping of the most recently ramped preset.
Ramp active preset up
String: PU
Response: PRESET <preset> RAMPING UP
Examples: SEND_STRING Radia,'PU' Ramp preset up
Response: "12,'PRESET 001 RAMPING UP',13,10,?"
SEND_STRING Radia,"13" Stop ramping
Response: "12,'PRESET 001 RAMP STOPPED',13,10,'?'"
Ramp Active Preset Down
String: PD
Response: PRESET <preset> RAMPING DOWN
Examples: SEND_STRING Radia,'PD' Ramp preset down
Response: "12,'PRESET 001 RAMPING DOWN',13,10,?"
SEND_STRING Radia,"13" Stop ramping
Response: "12,'PRESET 001 RAMP STOPPED',13,10,'?'"
Stop Ramping Preset
String: PS
Response: PRESET <preset> RAMP STOP
Example: SEND_STRING Radia,"'PS',13" Stop ramping preset
Response: "12,'PRESET 001 RAMP STOP',13,10,'?'" (if preset 1 was ramping)