Programming
124
NXP-TPI/4 NetLinx Touch Panel Interface
Embedded Codes
The following is a list of G4 compatible embedded codes:
Input Commands (Cont.)
^VKS
Send one or more
virtual keystrokes
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 124
that defines 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.
Embedded Codes
Decimal numbers Hexidecimal values
Virtual keystroke
8
($08)
Backspace
13
($0D)
Enter
27
($1B)
ESC
128
($80)
CTRL key down
129
($81)
ALT key down
130
($82)
Shift key down
131
($83)
F1
132
($84)
F2
133
($85)
F3
134
($86)
F4
135
($87)
F5
136
($88)
F6
137
($89)
F7
138
($8A)
F8
139
($8B)
F9
140
($8C)
F10
141
($8D)
F11
142
($8E)
F12
143
($8F)
Num Lock
144
($90)
Caps Lock
145
($91)
Insert
146
($92)
Delete
147
($93)
Home
148
($94)
End
149
($95)
Page Up
150
($96)
Page Down
Содержание NetLinx NXP-TPI/4
Страница 38: ...TPI 4 and Panel Interface Setup 32 NXP TPI 4 NetLinx Touch Panel Interface...
Страница 60: ...Upgrading TPI 4 Firmware 54 NXP TPI 4 NetLinx Touch Panel Interface...
Страница 138: ...Troubleshooting 132 NXP TPI 4 NetLinx Touch Panel Interface...
Страница 147: ...Appendix 141 NXP TPI 4 NetLinx Touch Panel Interface...