AMX RE-DM4 Light Therapy Device User Manual


 
AMX RADIA Lighting Programming
42
RE-DM4 and RE-DM6 RADIA Eclipse Dimmer Modules
Set Default Ramp Time
This function sets the default ramp rate for ramping strings and channels (e.g. 'U', 'D', 'PU', 'PD'). The specified
ramp rate is the time required to ramp from 0 to 100%.
Ramp To Level
This function ramps the specified dimmer(s) to the specified level over the optionally specifiable time.
Undefine Dimmer
This function "undefines" the specified dimmer so that it will not be included in the next saved preset.
This allows a preset to affect a subset of the dimmers rather than all of them.
Set Default Ramp Time
String: RT<time>
Response: RAMP TIME SET AT <time>
Example:
SEND_STRING Radia,"'RT5',13" Set ramp time to 5 seconds
Response: "12,'RAMP TIME SET AT 005',13,10,'?'"
A ramp time of zero (0) is invalid and will generate an error.
Ramp To Level
String: <dimmer>L<level>T[<time>]
Response: <dimmer> LEVEL <level> IN <time>
Examples:
SEND_STRING Radia,"'2L88',13" Ramp dimmer 2 to 88% at the default level rate
Response: "12,'02 LEVEL 088 IN 005',13,10,'?'" Assuming default level rate is 5
SEND_STRING Radia,"'1-4&6L100',13" Ramp 1-4, & 6 to 100% at the default level rate.
Response: "12,'GROUP LEVEL 100 IN 005',13,10,'?'"
SEND_STRING Radia,"'6L50T5',13" Ramp dimmer 6 to 50% over 5 seconds.
Response: "12,'06 LEVEL 050 IN 005',13,10,'?'"
SEND_STRING Radia,"'AL0',13" Ramp all dimmers to 0% at the default ramp
rate.
Response: "12,'ALL LEVEL 000 IN 005',13,10,'?'"
Undefine Dimmer
String: <dimmer>LU
Response: <dimmer> LEVEL UN IN 000
Example: SEND_STRING Radia,"'1LU',13" Set dimmer 1 to undefined level
Response: "12,'001 LEVEL UN IN 000',13,10,'?'"
SEND_STRING Radia,"'2-4LU',13" Set dimmers 2-4 to undefined level
Response: "12,'GROUP LEVEL UN IN 000',13,10,'?'"
SEND_STRING Radia,"'ALU',13" Set all dimmers to undefined level
Response: "12,'ALL LEVEL UN IN 000',13,10,'?'"