AMX RE-DM6 Switch User Manual


 
Appendix B: Radia Lighting Programming
90
RE-DM4 and RE-DM6 RADIA Eclipse Dimmer Modules
Set Curve
This function sets the specified dimmer(s) to follow the specified curve. See the Curves section on
page 46 for a description of the curves.
Curve Status (NEW)
This function returns the curves assigned to each dimmer. See the Curves section on page 46 for a
description of the curves. The response will be an incoming COMMAND to the master.
Set Low End (NEW)
This function sets the minimum on percentage for the specified dimmer (i.e. a level of 0 will still be off).
For example, if the low end is set to 10, then any request for a level between 1-10 will result in the output
level being 10; a request for 0 will be 0; a request for a level between 11-100 will result in the outputting
of that level. This function is used to prevent certain loads from dimming below the product's ability.
Low End Status (NEW)
This function returns the low end settings assigned to each dimmer. The response will be an incoming
COMMAND to the master.
Set Curve
Command: SC<dimmer>C<curve>
Response: None
Examples: SEND_COMMAND Radia,'SC1C1' Set dimmer 1 to curve 1
SEND_COMMAND Radia,'SC1-4CN' Set dimmers 1-4 to curve N
SEND_COMMAND Radia,"SCAC3' Set all dimmers to curve 3
Curve Status
Command: ?C
Response: ?C-<curve1>,<curve2>,<curve3>,<curve4>,<curve5>,<curve6>
Example: SEND_COMMAND Radia,'?C' Request current curve settings
Response: 'C-1,1,1,1,N,N'
Set Low End
Command: LE<dimmer>L<percent>
Response: None
Example: SEND_COMMAND Radia,'LE2L20' Set minimum level of dimmer 2 to 20%
Low End Status
Command: ?LE
Response: LE-<percnt1>,<percnt 2>,<percnt 3>,<percnt 4>,<percnt 5>,<percnt 6>
Example: SEND_COMMAND Radia,'?LE' Request current low end settings
Response: 'LE- 000, 005, 000, 000, 005, 000'