Instruction manual

Table Of Contents
ViewPoint Wireless Touch Panels Programming 71
System Send_Commands (Cont.)
Command Description
"'DBEEP'" Output a double-beep. This command works only if the Double
Beep value in the Protected Setup page is set to ON.
Example:
SEND_COMMAND TP,"'DBEEP'"
Double-beeps the panel.
“’LZAP!’”
Clear all low-level memory and erase IR codes.
Example:
SEND_COMMAND TP,”’LZAP!’”
Clears all IR codes from the panel.
"'PAGE-<page name>'"
Flip to page with specified page name.
page name = 1 - 50 ASCII characters
Example:
SEND_COMMAND TP,"'PAGE-MAIN PAGE'"
Flips the touch panel to the page named MAIN PAGE.
"'PKEYP-<number
string>'"
Display asterisks (*) for keypad entries.
number string = 0 - 9999
Example:
SEND_COMMAND TP,"'PKEYP-1988'"
Displays the touch panel keypad with **** instead of 1988.
"'PPOF - <page name>'"
Close a specific popup page.
page name = 1 - 50 ASCII characters
Example:
SEND_COMMAND TP,"'PPOFF-Popup Page 1'"
Closes Popup Page 1.
Note
Commands such as LAZP!
and ZAP! Can be used as
both Serial Commands and
Send_Commands.