Programming
174
Modero VG Series Touch Panels - Instruction Manual
Input Commands
Input Commands
^CAL Put panel in calibration mode.
Syntax:
"'^CAL'"
Example:
SEND COMMAND Panel,"'^CAL'"
Puts the panel in calibration mode.
^KPS Set keyboard pass-thru via the RGB card.
Syntax:
"'^KPS-<passs data>'"
Variables:
pass data:
<blank/empty> = Disables the keyboard.
0 = Pass-thru disabled.
1 = Not used.
2 = Pass-thru enabled.
3 & 4 = Not used.
5 = Sends out data to the Master.
Example:
SEND COMMAND Panel,"'^KPS-5'"
Sets the keyboard pass-thru 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.
Example 2:
SEND COMMAND Panel,"'^KPS-0'"
Disables the keyboard pass-thru to the Master.
The following point defines how the parameters within this command work:
• Accepts keystrokes from any of these sources: attached USB keyboard or Virtual keyboard.
^MPS Set the mouse pass-thru.
Syntax:
"'^MPS-<pass data>'"
Variables:
pass data:
<blank/empty> = Disables the mouse.
0 = Pass-thru disable.
1 = Not used.
2 = pass-thru enable.
3 - 5 = Not used.
Example:
SEND COMMAND Panel,"'^MPS-2'"
Sets the mouse pass-thru via the NXA-RGB card.
Note: When this command is given, it causes all mice connected to the G4 product and any mice on a computer connected via a card
with USB output to reset to position 0,0.