AMX nxd-700vi Intercom System User Manual


 
Programming
176
NXD-700Vi 7" Modero® Wall/Flush Mount Touch Panel with Intercom
Panel Runtime Operation Commands (Cont.)
@SSL
Change Sleep
string.
Syntax:
"'@SSL-<string>'"
Variables:
string = name of sleep string.
Example:
SEND COMMAND Panel,"'@SWK-SLEEPNOW'"
Changes the sleep string to SLEEPNOW.
@SST
Change Startup
string.
Syntax:
"'@SST-<string>'"
Variables:
string = name of startup string.
Example:
SEND COMMAND Panel,"'@SWK-STARTUPNOW'"
Changes the startup string to STARTUPNOW.
@SWK
Change Wakeup
string.
Syntax:
"'@SWK-<string>'"
Variables:
string = name of wakeup string.
Example:
SEND COMMAND Panel,"'@SWK-WAKEUPNOW'"
Changes the wakeup string to WAKEUPNOW.
@TKP
Present a
telephone
keypad.
Pops up the keypad icon and initializes the text string to that specified. The Prompt Text is
optional.
Syntax:
"'@TKP-<initial text>;<prompt text>'"
Variables:
initial text = 1 - 50 ASCII characters.
prompt text = 1 - 50 ASCII characters.
Example:
SEND COMMAND Panel,"'@TKP-999.222.1211;Enter Phone Number'"
Pops-up the Keypad and initializes the text string '999.222.1211' with prompt text 'Enter
Phone Number'.
^TNC
Clears task note.
Syntax:
"'^TNC'"
Example:
SEND COMMAND Panel,"'^TNC'"
Clears task note.
TPAGEON
Turn On page
tracking.
This command turns On page tracking, whereby when the page or popups change, a
string is sent to the Master. This string may be captured with a CREATE_BUFFER
command for one panel and sent directly to another panel.
Syntax:
"'TPAGEON'"
Example:
SEND COMMAND Panel,"'TPAGEON'"
Turns On page tracking.