Stop ramping preset, Recall preset, Record preset – AMX Radia Eclipse 4-Channel Dimmer Module RE-DM4 User Manual

Page 47: Level status

Advertising
background image

AMX RADIA Lighting Programming

39

RE-DM4 and RE-DM6 RADIA Eclipse Dimmer Modules

Stop Ramping Preset

This function stops the ramping of the most recently ramped preset.

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.

Stop Ramping Preset

String:

PS

Response:

PRESET <preset> RAMP STOP

Example:

SEND_STRING Radia,"'PS',13"

Stop ramping preset

Response: "12,'PRESET 001 RAMP STOP',13,10,'?'" (if preset 1 was ramping)

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,'?'"

Advertising