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

Page 57

Advertising
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 <DEV>,"'SET LED-LEVEL <state>

<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 <DEV>,"'GET LED-LEVEL'"

Example:

SEND_COMMAND MET1,"'GET LED-LEVEL'"

Returns:

LEDLEVEL = <state> <level>

SET LED-STATE

Sets the state of the front button
LED.

Syntax:

SEND_COMMAND <DEV>,"'SET LED-STATE <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 <DEV>,"'GET LED-STATE'"

Returns:

IDLE, ACTIVE

Example:

SEND_COMMAND MET1,"'GET LED-STATE’"

Returns:

’LEDSTATE = ACTIVE’

Advertising