KBDT Keypad Button Double Tap

Syntax
KBDT, <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 double tap 1 - 24

Description
Simulates the double tap action of a keypad button. This does not simulate a true keypad button double tap that is preceeded by a press and release, and followed by a release

Example
Double tap button 1 on processor 1, link 4, keypad address 10

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

See Also
KBP - Keypad button press
KBR - Keypad button release
KBH - Keypad button hold

back to the table of contents...