NetLinx Programming
130
TPI-PRO/DVI (Total Presentation Interface)
Panel Run Time Commands
Serial Commands are used in the AxcessX Terminal Emulator mode. These commands are not case sensitive.
A device must first be defined in the NetLinx programming language with values for
the Device: Port: System (in all programming examples - Panel is used in place of
these values and represents all compatible G4 devices).
Panel Runtime Operation Commands
ABEEP
Output a single
beep even if beep
is Off.
Syntax:
"'ABEEP'"
Example:
SEND COMMAND Panel,"'ABEEP'"
Outputs a beep of duration 1 beep even if beep is Off.
ADBEEP
Output a double
beep even if beep
is Off.
Syntax:
"'ADBEEP'"
Example:
SEND COMMAND Panel,"'ADBEEP'"
Outputs a double beep even if beep is Off.
@AKB
Pop up the
keyboard icon and
initialize the text
string to that
specified.
Keyboard string is set to null on power up and is stored until power is lost. The Prompt
Text is optional.
Syntax:
"'@AKB-<initial text>;<prompt text>'"
Variables:
initial text = 1 - 50 ASCII characters.
prompt text = 1 - 50 ASCII characters.
Example:
SEND COMMAND Panel,"'@AKB-Texas;Enter State'"
Pops up the Keyboard and initializes the text string 'Texas' with prompt text 'Enter State'.
AKEYB
Pop up the
keyboard icon and
initializes the text
string to that
specified.
Keyboard string is set to null on power up and is stored until power is lost.
Syntax:
"'AKEYB-<initial text>'"
Variables:
initial text = 1 - 50 ASCII characters.
Example:
SEND COMMAND Panel,"'AKEYB-This is a Test'"
Pops up the Keyboard and initializes the text string 'This is a Test'.
AKEYP
Pop up the
keypad icon and
initialize the text
string to that
specified.
The keypad string is set to null on power up and is stored until power is lost.
Syntax:
"'AKEYP-<number string>'"
Variables:
number string = 0 - 9999.
Example:
SEND COMMAND Panel,"'AKEP-12345'"
Pops up the Keypad and initializes the text string '12345'.
Содержание TPI-PRO-4
Страница 14: ...xii TPI PRO Total Presentation Interface Table of Contents ...
Страница 76: ...TPI PRO DVI Configuration Pages 70 TPI PRO DVI Total Presentation Interface ...
Страница 172: ...Terminal Telnet Commands 166 TPI PRO DVI Total Presentation Interface ...
Страница 180: ...Upgrading Firmware 174 TPI PRO DVI Total Presentation Interface ...
Страница 208: ...Supported Input and Output Modes 202 TPI PRO DVI Total Presentation Interface ...
Страница 214: ...Appendix 208 TPI PRO DVI Total Presentation Interface ...
Страница 217: ...Troubleshooting 203 TPI PRO Total Presentation Interface ...