![AMX Modero G5 Instruction Manual Download Page 108](http://html1.mh-extra.com/html/amx/modero-g5/modero-g5_instruction-manual_2939253108.webp)
Programming - Send Commands
98
Modero G5 Touch Panels - Configuration and Programming
Keyboard/Keypad Send Commands (Cont.)
^VKP
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'"
^BIT
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.
^VKS
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.
^TKP
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.
Summary of Contents for Modero G5
Page 58: ...Settings Menu 48 Modero G5 Touch Panels Configuration and Programming ...
Page 62: ...Gestures 52 Modero G5 Touch Panels Configuration and Programming ...
Page 66: ...MXA MP and MXA MPL Programming 56 Modero G5 Touch Panels Configuration and Programming ...
Page 138: ...Appendix B Bargraph Functions 128 Modero G5 Touch Panels Configuration and Programming ...