| SETLED | Set an LED State |
Syntax
SETLED, <address>, <led number>, <led
state>
| Parameter | Description | Format |
| address | system address of the keypad | [processor : link :
address] see device address formatting description |
| led number | led number on the keypad | 1 - 24 The led number is the corresponding button number |
| led state | state to set the LED to | 0 = Off 1 = On 2 = Flash 1 3 = Flash 2 |
Description
Sets the state of a keypad led. If the designated led is
already programmed to indicate the status of something else in
the system, this command will have no effect on the led state.
Example
Turn on LED 3 on processor 2, link 5, keypad address 7
L232> SETLED, [2:5:7], 3, 1
See Also
RKLS -
Request keypad led states