Appendix B: Radia Lighting Programming
82
RE-DM4 and RE-DM6 RADIA Eclipse Dimmer Modules
Recall Preset
This function recalls the specified preset over an optionally specified time. If time is not specified, then
the rate used when saving the preset used.
Record Preset
This function records the current level of all "defined" dimmers and associates them with the specified
preset. An optional time parameter may be specified to record the specified rate at which the preset is to
be recalled. If time is not specified, then the default preset rate value at the time of the preset recording
will be used when recalling the preset as set by the "PT" command.
Level Status
This function returns the current dimmer levels of all dimmers. All level values are returned as a
percentage (0-100).
If <pack> is specified, it must be 1.
Recall Preset
String:
<preset>[B<time>]
Response:
GOTO <preset> in <time>
Examples:
SEND_STRING Radia,"'2B',13"
Recall preset 2 at the saved rate
Response: "12,'GOTO 002 in 5',13,10,'?'"
SEND_STRING Radia,"'56B10',13"
Recall preset 56 over 10 seconds
Response: "12,'GOTO 056 in 10',13,10,'?'"
If no time was specified for recording the preset or recalling the preset, the preset will
be recalled using the default time when the preset was saved.
Record Preset
String:
<preset>[R<time>]
Response:
RECORD <BEL> <preset> IN <time>
Examples:
SEND_STRING Radia,"'3R',13"
Record preset 3 at default rate
Response: "12,'RECORD ',7,'003 IN 5',13,10,'?'"
SEND_STRING Radia,"'32R3',13"
Record preset 32 with 5 second ramp
Response: "12,'RECORD ',7,'032 IN 3',13,10,'?'"
Level Status
String:
[<pack>]Z
Response:
P<pack>:<level1>,<level2>,<level3>,<level4>,<level5>,<level6>
Example:
SEND_STRING Radia,"'Z',13"
Request level status
Response: "12,'P01:00,25,37,100,00,00',13,10,'?'"
Summary of Contents for Radia RE-DM6
Page 16: ...Radia Eclipse RE DM6 Dimmer Module 10 RE DM4 and RE DM6 RADIA Eclipse Dimmer Modules ...
Page 20: ...AMX Lighting Systems 14 RE DM4 and RE DM6 RADIA Eclipse Dimmer Modules ...
Page 48: ...AMX Lighting Programming 42 RE DM4 and RE DM6 RADIA Eclipse Dimmer Modules ...
Page 102: ...Appendix C Troubleshooting 96 RE DM4 and RE DM6 RADIA Eclipse Dimmer Modules ...
Page 103: ...Appendix C Troubleshooting 97 RE DM4 and RE DM6 RADIA Eclipse Dimmer Modules ...