Specifications

Appendix B: Radia Lighting Programming
83
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
This function returns the curve assigned to each dimmer. See the Curves section on page 46 for a
description of the curves.
If <pack> is specified, it must be 1.
Set Low End
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, and 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 dimmer’s
ability.
Set Curve
String: <dimmer>/<curve>
Response: <dimmer> CURVE <curve>
Examples: SEND_STRING Radia,"'1/1',13" Set dimmer 1 to curve 1
Response: "12,'1 CURVE 1',13,10,'?'"
SEND_STRING Radia,"'1-4/N',13" Set dimmers 1-4 to curve N
Response: "12,'GROUP CURVE N',13,10,'?'"
SEND_STRING Radia,"'A/3',13" Set all dimmers to curve 3
Response: "12,'ALL CURVE 3',13,10,'?'"
Curve Status
String: [<pack>]C
Response: P<pack>:<curve1>,<curve2>,<curve3>,<curve4>,<curve5>,<curve6>
Example: SEND_STRING Radia,"'C',13" Request current curve settings
Response: "12,'P01:1,1,1,1,N,N',13,10,'?'"
Set Low End
String: <dimmer>LE<percent>
Response: MINIMUM LEVEL IS: <percent>
Example: SEND_STRING Radia,"'2LE20',13" Set minimum level to 20%
Response: "12,'MINIMUM LEVEL IS: 020',13,10,'?'"