Input Commands; Kps; Vks; Embedded Codes - AMX Modero G4 Instruction Manual

Configuration and programming
Table of Contents

Advertisement

Input Commands

These Send Commands are case-insensitive.
Input Commands

^KPS

^VKS

Embedded Codes

The following is a list of G4 compatible embedded codes:
Embedded Codes
Decimal #
8
13
27
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
Modero G4 Touch Panels - Configuration and Programming
Set the keyboard passthru.
Syntax:
"'^KPS-<pass data>'"
Variables:
pass data:
<blank/empty> = Disables the keyboard.
0 = Pass data to G4 application (default). This can be used with VPC or text areas.
1 - 4 = Not used.
5 = Sends out data to the Master.
Examples:
SEND COMMAND Panel,"'^KPS-5'"
Sets the keyboard passthru to the Master. Option 5 sends keystrokes directly to the Master via the
Send Output String mechanism. This process sends a virtual keystroke command (^VKS) to the
Master.
SEND COMMAND Panel,"'^KPS-0'"
Disables the keyboard passthru to the Master.
Accepts keystrokes from attached USB keyboard or Virtual keyboard.
Send one or more virtual key strokes to the G4 application.Key presses and key releases are not
distinguished except in the case of CTRL, ALT, and SHIFT.
Refer to theEmbedded Codes table on page 95 that define special characters which can be included
with the string but may not be represented by the ASCII character set.
Syntax:
"'^VKS-<string>'"
Variable:
string = Only 1 string per command/only one stroke per command.
Example:
SEND COMMAND Panel,"'^VKS-'8"
Sends out the keystroke 'backspace' to the G4 application.
Hex value
Virtual keystroke
($08)
Backspace
($0D)
Enter
($1B)
ESC
($80)
CTRL key down
($81)
ALT key down
($82)
Shift key down
($83)
F1
($84)
F2
($85)
F3
($86)
F4
($87)
F5
($88)
F6
($89)
F7
($8A)
F8
($8B)
F9
($8C)
F10
($8D)
F11
($8E)
F12
($8F)
Num Lock
($90)
Caps Lock
($91)
Insert
($92)
Delete
($93)
Home
($94)
End
Decimal #
Hex value
149
($95)
150
($96)
151
($97)
152
($98)
153
($99)
154
($9A)
155
($9B)
156
($9C)
157
($9D)
158
($9E)
159
($9F)
160
($A0)
161
($A1)
162
($A2)
192
($C0)
193
($C1)
194
($C2)
Programming
Virtual keystroke
Page Up
Page Down
Scroll Lock
Pause
Break
Print Screen
SYSRQ
Tab
Windows
Menu
Up Arrow
Down Arrow
Left Arrow
Right Arrow
CTRL key up
ALT key up
Shift key up
95

Advertisement

Table of Contents
loading

Table of Contents