Face Plate Led Commands - AMX Metreau Entry Communicator with Display MET-ECOM-D Operation/Reference Manual

Entry communicators
Table of Contents

Advertisement

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.
GET LED-LEVEL
Retrieves the brightness of the
LED. To turn the LED ON or OFF.
SET LED-STATE
Sets the state of the front button
LED.
GET LED-STATE
Retrieves the brightness of the
LED. To turn the LED ON or OFF.
Metreau Entry Communicators
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%.
Syntax:
SEND_COMMAND <DEV>,"'GET LED-LEVEL'"
Example:
SEND_COMMAND MET1,"'GET LED-LEVEL'"
Returns:
LEDLEVEL = <state> <level>
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.
Syntax:
SEND_COMMAND <DEV>,"'GET LED-STATE'"
Returns:
IDLE, ACTIVE
Example:
SEND_COMMAND MET1,"'GET LED-STATE'"
Returns:
'LEDSTATE = ACTIVE'
Programming
55

Advertisement

Table of Contents
loading

Table of Contents