Vkp; Bit; Vks; Tkp - AMX Modero G5 Instruction Manual

X series g5 touch panels
Hide thumbs Also See for Modero G5:
Table of Contents

Advertisement

Programming - Send Commands
Keyboard/Keypad Send Commands (Cont.)

^VKP

^BIT

^VKS

^TKP

98
Show Virtual Keypad Command. Brings up system virtual keypad, which is the keypad without a designated
text entry area. A Text Input button must be in focus; if not, the keypad will not appear. The type of keypad is
determined by the Text Area currently in focus. When user presses the "Done" button, a string is returned to the
master with the user-entered value. The keypad can be removed either by the Back button or the "^AKR"
command (see page 96).
Syntax:
"'^VKP'"
Button Input Type Command. Modifies the keyboard type of the text input button(s) with given address(es). If
this is sent to a button that is not a Text Input button, it has no effect.
Syntax:
"'^BIT-<address range>,<Input Type>,<return port>'"
Variables:
Address Range = range of addresses that this command applies to
Input Type = Input Type to Change to, as specified here:
http://developer.android.com/reference/android/text/InputType.html
1: Text
2: Number (standard keypad)
3: Telephone
4: Date/Time
Return port = The port number to return the response on if different than the port to which the command is
sent.
Virtual Key Stroke Command. Sends a Virtual Key Stroke to the Modero X G5 touch panel.
Note: this command does not function in the same way as with G4 touch panels.
Syntax:
"'^VKS-<keycode>'"
Variable:
keycode = Android key code decimal value. Note that these are not the same as in G4.
Note: For the key code values, please refer to the Virtual Keystroke Command table on page 99.
Note: See also - ^EKP (system telephone keypad) on page 97.
Brings up system telephone keypad. Currently, these keypads are the same, and have all the keys that the G4
extended keypad had except the ":" key. When user presses the "Done" button, a string is returned to the
master with the user-entered value. The keypad can be removed either by the Back button or the "^AKR"
command (see page 96).
Syntax:
"'^TKP-<initial text>;<prompt text>;<hint text>,<return prefix>;<return port>'"
Variables:
Initial text = Pre-populated text to appear on keypad (i.e. default)
Prompt text = Descriptive header to appear above keypad text entry box
Hint Text = Hint text to appear behind the keypad text entry box
Return prefix = Prefix to the send string returned to the master. If not specified, the entered text will be
preceded by "TKP-".
Return port = The port number to return the response on if different than the port to which the command is
sent.
Modero G5 Touch Panels - Configuration and Programming

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents