KBP Keypad Button Press

Syntax
KBP, <address>, <button number>

Parameter Description Format
address system address of the keypad [processor : link : address]
see
device address formatting description
button number button number to press 1 - 24

Description
Simulates the press action of a keypad button. This does not simulate a true keypad button press that might include an immediate release.

Example
Press button 1 on processor 1, link 4, keypad address 10

L232> KBP, [1:4:10], 1

See Also
KBR - Keypad button release
KBH - Keypad button hold
KBDT - Keypad button double tap

back to the table of contents...