AMX RE-DM4 User Manual

Page of 90
AMX RADIA Lighting Programming
40
 RE-DM4 and RE-DM6 RADIA Eclipse Dimmer Modules
Set Curve
This function sets the specified dimmer(s) to follow the specified curve. 
Curve Status
This function returns the curve assigned to each dimmer. 
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.
Low End Status
This function returns the low end settings assigned to each dimmer.
If <pack> is specified, it must be 1.
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,'?'"
Low End Status
String:
[<pack>]LE?
Response:
P<pack>:<percnt1>,<percnt 2>,<percnt 3>,<percnt 4>,<percnt 5>,<percnt 6>
Example:
SEND_STRING Radia,"'LE?',13"
Request current low end settings
Response: "12,'P01:000,005,000,000,005,000',13,10,'?'"