AMX RE-DM4 User Manual

Page of 90
AMX RADIA Lighting Programming
41
RE-DM4 and RE-DM6 RADIA Eclipse Dimmer Modules
Dimmer Status
This function returns the status of the specified dimmer.

The use of multiple dimmers (e.g. 'A', '&', and '-') are not allowed with this function, and their use 
will return an error.

If the level of the dimmer is undefined, the level is reported an 'UN'. 

This is the only method used to determine if a level is undefined. For example, the response to the 
command above would be: "12,'CHAN:3 CURV:1 LEV:UN',13,10,'?'"
Reboot
This function reboots the dimmer and initializes it to its power-up state. The device will go off-line with the 
master and return on-line.
If <pack> is specified, it must be 1.
Set Default Level Time
This function sets the time taken for a level to change from its current level to a new level when using a level 
command.
Set Default Preset Time
This function sets the time taken for a preset recall to ramp when no time is specified to override this default 
time.
Dimmer Status
String:
<dimmer>
Response:
CHAN:<dimmer> CURV:<curve> LEV:<level>
Example:
SEND_STRING Radia,"'3',13"
Request dimmer 3 status
Response: "12,'CHAN:3 CURV:1 LEV:43',13,10,'?'"
Reboot
String:
[<pack>]QQQ
Response:
None
Example:
SEND_STRING Radia,"'QQQ',13"
Reboot dimmer
Response: none
Set Default Level Time
String:
LT<time>
Response:
'LEVEL TIME SET AT <time>'
Example:
SEND_STRING Radia,"'LT3',13"
Set default level ramp time to 3 seconds
Response: "12,'LEVEL TIME SET AT 003',13,10,'?'"
SEND_STRING Radia,"'LT0',13"
Set default level ramp time to 0 seconds 
(instantaneous)
Response: "12,'LEVEL TIME SET AT 000',13,10,'?'"
Set Default Preset Time
String:
PT<time>
Response:
PRESET TIME SET AT <time>
Example:
SEND_STRING Radia,"'PT4',13"
Set default preset ramp time to 4 seconds
Response: "12,'PRESET TIME SET AT 004',13,10,'?'"