AMX RE-DM6 Switch User Manual


 
Appendix B: Radia Lighting Programming
85
RE-DM4 and RE-DM6 RADIA Eclipse Dimmer Modules
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.
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%.
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 sec-
onds
Response: "12,'PRESET TIME SET AT 004',13,10,'?'"
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.