| SETLEDS | Set the LED States for a Whole Keypad |
Syntax
SETLEDS, <address>, <led states>
| Parameter | Description | Format |
| address | system address of the keypad | [processor : link :
address] see device address formatting description |
| led states | states to set some or all the LEDs LED #1 is the left most LED in the string |
0 = Off 1 = On 2 = Flash 1 3 = Flash 2 x = Don't change |
Description
Sets the states of several keypad leds. If the designated leds are
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 & LED #10 on processor 2, link 5, keypad address 7
L232> SETLEDS, [2:5:7], xx1xxxxxx1
Example
Turn off LED #1 and flash LEDs #11 to #15 on processor 1, link 6, keypad address 4
L232> SETLEDS, [1:6:4], 0xxxxxxxxx22222
See Also
RKLS -
Request keypad led states