beautypg.com

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

Page 48: Low end status

background image

AMX RADIA Lighting Programming

40

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

This function returns the curve assigned to each dimmer.

If is specified, it must be 1.

Set Low End

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, and 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 dimmer’s ability.

Low End Status

This function returns the low end settings assigned to each dimmer.

If is specified, it must be 1.

Set Curve

String:

/

Response:

CURVE

Examples:

SEND_STRING Radia,"'1/1',13"

Set dimmer 1 to curve 1

Response: "12,'1 CURVE 1',13,10,'?'"

SEND_STRING Radia,"'1-4/N',13"

Set dimmers 1-4 to curve N

Response: "12,'GROUP CURVE N',13,10,'?'"

SEND_STRING Radia,"'A/3',13"

Set all dimmers to curve 3

Response: "12,'ALL CURVE 3',13,10,'?'"

Curve Status

String:

[]C

Response:

P:,,,,,

Example:

SEND_STRING Radia,"'C',13"

Request current curve settings

Response: "12,'P01:1,1,1,1,N,N',13,10,'?'"

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

Set Low End

String:

LE

Response:

MINIMUM LEVEL IS:

Example:

SEND_STRING Radia,"'2LE20',13"

Set minimum level to 20%

Response: "12,'MINIMUM LEVEL IS: 020',13,10,'?'"

Low End Status

String:

[]LE?

Response:

P:,,,,,

Example:

SEND_STRING Radia,"'LE?',13"

Request current low end settings

Response: "12,'P01:000,005,000,000,005,000',13,10,'?'"