beautypg.com

Set curve, Curve status (new), Set low end (new) – AMX Radia Eclipse 4-Channel Dimmer Module RE-DM4 User Manual

Page 54: Low end status (new), Reboot (new)

background image

AMX RADIA Lighting Programming

46

RE-DM4 and RE-DM6 RADIA Eclipse Dimmer Modules

Set Curve

This function sets the specified dimmer(s) to follow the specified curve.

Curve Status (NEW)

This function returns the curves assigned to each dimmer. The response will be an incoming COMMAND to
the master.

Set Low End (NEW)

This function sets the minimum on percentage for the specified dimmer (i.e. a level of 0 will still be off).

For example, if the low end is set to 10, then any request for a level between 1-10 will result in the output level
being 10; a request for 0 will be 0; a request for a level between 11-100 will result in the outputting of that
level.

This function is used to prevent certain loads from dimming below the product's ability.

Low End Status (NEW)

This function returns the low end settings assigned to each dimmer. The response will be an incoming
COMMAND to the master.

Reboot (NEW)

This function reboots the dimmer and initializes it to its power-up state. The device will go off-line and then
return on-line with the master controller.

Set Curve

Command:

SCC

Response:

None

Examples:

SEND_COMMAND Radia,'SC1C1'

Set dimmer 1 to curve 1

SEND_COMMAND Radia,'SC1-4CN'

Set dimmers 1-4 to curve N

SEND_COMMAND Radia,"SCAC3'

Set all dimmers to curve 3

Curve Status

Command:

?C

Response:

?C-,,,,,

Example:

SEND_COMMAND Radia,'?C'

Request current curve settings

Response: 'C-1,1,1,1,N,N'

See the Appendix A: AMX Lighting Curves section on page 49 for more information.

Set Low End

Command:

LEL

Response:

None

Example:

SEND_COMMAND Radia,'LE2L20'

Set minimum level of dimmer 2 to 20%

Low End Status

Command:

?LE

Response:

LE-,,,,,

Example:

SEND_COMMAND Radia,'?LE'

Request current low end settings

Response: 'LE- 000, 005, 000, 000, 005, 000'

Reboot

Command:

RESET

Response:

None

Example:

SEND_COMMAND Radia,'RESET'

Reboot dimmer