beautypg.com

Face plate led commands – AMX Metreau Entry Communicator with Display MET-ECOM-D User Manual

Page 57

background image

Programming

51

Metreau Entry Communicators

Face Plate LED Commands

Metreau Entry Communicators support the following LED face plate SEND_COMMANDs on port 1.

Face Plate LED Commands

SET LED-LEVEL

Adjusts the brightness of the LED.
To turn the LED ON or OFF.

Syntax:

SEND_COMMAND ,"'SET LED-LEVEL

'"

Variable:
• State = ON, OFF
• Level = 0 – 100. Represents 0%(dimmest) to 100% brightest.
Example:

SEND_COMMAND MET1,'"SET LED-LEVEL ON 50'"

Sets the LED brightness level ON at 50%.

GET LED-LEVEL

Retrieves the brightness of the
LED. To turn the LED ON or OFF.

Syntax:

SEND_COMMAND ,"'GET LED-LEVEL'"

Example:

SEND_COMMAND MET1,"'GET LED-LEVEL'"

Returns:

LEDLEVEL =

SET LED-STATE

Sets the state of the front button
LED.

Syntax:

SEND_COMMAND ,"'SET LED-STATE ’"

Variable:
• State = IDLE, ACTIVE
Example:

SEND_COMMAND MET1,"'GET LED-STATE ACTIVE’"

Sets the LEDS in an active pulsing state.

GET LED-STATE

Retrieves the brightness of the
LED. To turn the LED ON or OFF.

Syntax:

SEND_COMMAND ,"'GET LED-STATE'"

Returns:

IDLE, ACTIVE

Example:

SEND_COMMAND MET1,"'GET LED-STATE’"

Returns:

’LEDSTATE = ACTIVE’