AMX MET-ECOM-D Face Plate LED Commands, Programming, Set Led-Level, Get Led-Level, Set Led-State

Models: MET-ECOM-D

1 88
Download 88 pages 17.43 Kb
Page 61
Image 61
Face Plate LED Commands

Programming

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

Syntax:

Adjusts the brightness of the LED.

SEND_COMMAND <DEV>,"'SET LED-LEVEL <state>

To turn the LED ON or OFF.

<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

Syntax:

Retrieves the brightness of the

SEND_COMMAND <DEV>,"'GET LED-LEVEL'"

LED. To turn the LED ON or OFF.

Example:

 

 

SEND_COMMAND MET1,"'GET LED-LEVEL'"

 

Returns:

 

LEDLEVEL = <state> <level>

 

 

SET LED-STATE

Syntax:

Sets the state of the front button

SEND_COMMAND <DEV>,"'SET LED-STATE <State>’"

LED.

Variable:

 

 

• State = IDLE, ACTIVE

 

Example:

 

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

 

Sets the LEDS in an active pulsing state.

 

 

GET LED-STATE

Syntax:

Retrieves the brightness of the

SEND_COMMAND <DEV>,"'GET LED-STATE'"

LED. To turn the LED ON or OFF.

Returns:

 

 

IDLE, ACTIVE

 

Example:

 

SEND_COMMAND MET1,"'GET LED-STATE’"

 

Returns:

 

’LEDSTATE = ACTIVE’

 

 

Metreau Entry Communicators

55

 

 

Page 61
Image 61
AMX MET-ECOM-D manual Face Plate LED Commands, Programming, Set Led-Level, Get Led-Level, Set Led-State, Get Led-State