Programming

Panel Runtime Operation Commands (Cont.)

TPAGEON

This command turns On page tracking, whereby when the page or popups change, a

Turn On page

string is sent to the Master. This string may be captured with a CREATE_BUFFER

command for one panel and sent directly to another panel.

tracking.

Syntax:

 

 

"'TPAGEON'"

 

Example:

 

SEND COMMAND Panel,"'TPAGEON'"

 

Turns On page tracking.

 

 

TPAGEOFF

Syntax:

Turn Off page

"'TPAGEOFF'"

tracking.

Example:

 

SEND COMMAND Panel,"'TPAGEOFF'"

 

Turns Off page tracking.

 

 

@VKB

Syntax:

Popup the

"'@VKB'"

virtual

Example:

keyboard.

SEND COMMAND Panel,"'@VKB'"

 

 

Pops-up the virtual keyboard.

 

 

WAKE

Syntax:

Force the panel

"'WAKE'"

out of screen

Example:

saver mode.

SEND COMMAND Panel,"'WAKE'"

 

 

Forces the panel out of the screen saver mode.

 

 

Input Commands

These Send Commands are case insensitive.

Input Commands

^CAL

Syntax:

Put panel in

"'^CAL'"

calibration mode.

Example:

 

SEND COMMAND Panel,"'^CAL'"

 

Puts the panel in calibration mode.

 

 

^KPS

Syntax:

Set the

"'^KPS-<pass data>'"

keyboard

Variable:

passthru.

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.

 

Example:

 

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.

 

Example 2:

 

SEND COMMAND Panel,"'^KPS-0'"

 

Disables the keyboard passthru 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.

 

 

MVP-8400i 8.4" Modero® ViewPoint® Touch Panel with Intercom

141

 

 

Page 155
Image 155
AMX MVP-8400i manual Input Commands