
Programming
Button Query Commands (Cont.)
?WIF
Get the wireless network information.
Returned in Custom event.
Text=<WAP MAC address>,<SSID>,<Channel #>,<Signal Level Value>
Panel Runtime Operations
Serial Commands are used in the AxcessX Terminal Emulator mode. These commands are case insensitive.
Panel Runtime Operation Commands
ABEEP | Syntax: | |
Output a single | "'ABEEP'" | |
beep even if beep | Example: | |
is Off. | SEND COMMAND Panel,"'ABEEP'" | |
| Outputs a beep of duration 1 beep even if beep is Off. | |
|
| |
ADBEEP | Syntax: | |
Output a double | "'ADBEEP'" | |
beep even if beep | Example: | |
is Off. | SEND COMMAND Panel,"'ADBEEP'" | |
| Outputs a double beep even if beep is Off. | |
|
| |
@AKB | Keyboard string is set to null on power up and is stored until power is lost. The Prompt | |
Pop up the | Text is optional. | |
Syntax: | ||
keyboard icon and | ||
initialize the text | ||
string to that | Variables: | |
specified. | initial text = 1 - 50 ASCII characters. | |
| ||
| prompt text = 1 - 50 ASCII characters. | |
| Example: | |
| SEND COMMAND | |
| Pops up the Keyboard and initializes the text string 'Texas' with prompt text 'Enter State'. | |
|
| |
AKEYB | Keyboard string is set to null on power up and is stored until power is lost. | |
Pop up the | Syntax: | |
keyboard icon and | ||
initialize the text | Variables: | |
string to that | initial text = 1 - 50 ASCII characters. | |
specified. | ||
Example: | ||
| ||
| SEND COMMAND | |
| Pops up the Keyboard and initializes the text string 'This is a Test'. | |
|
| |
AKEYP | The keypad string is set to null on power up and is stored until power is lost. | |
Pop up the | Syntax: | |
keypad icon and | ||
initialize the text | Variables: | |
string to that | number string = 0 - 9999. | |
specified. | ||
Example: | ||
| ||
| SEND COMMAND | |
| Pops up the Keypad and initializes the text string '12345'. | |
|
| |
AKEYR | Remove keyboard or keypad that was displayed using 'AKEYB', 'AKEYP', 'PKEYP', | |
Remove the | @AKB, @AKP, @PKP, @EKP, or @TKP commands. | |
Syntax: | ||
Keyboard/ | ||
Keypad. | "'AKEYR'" | |
| Example: | |
| SEND COMMAND Panel,"'AKEYR'" | |
| Removes the Keyboard/Keypad. | |
|
|
139 | |
|
|