Enabling Or Disabling The Gesture Custom Event; Gce; Page Commands; Apg - AMX MVP-5200i-GB Instruction Manual

Table of Contents

Advertisement

Gesture numbers are:
1.
Swipe up
2.
Swipe down
3.
Swipe right
4.
Swipe left
5.
Clockwise circle
6.
Counter-clockwise circle
7.
Double-Tap
Simplified gesture velocity values are:
1.
Fast
2.
Normal
3.
Slow
Precise gesture velocity:
1.
For slides and circles this represents pixels per second.
2.
For double taps, this is the time in milliseconds from the first press to the second release.

Enabling or Disabling the Gesture Custom Event

By default, a gesture custom event is sent to the master each time that a gesture is recognized. A send command has been added to
allow disabling and re-enabling of this capability.
NOTE: The value sent is not retained and gesture custom events will be enabled each time the panel restarts.
Gesture Custom Event Commands

^GCE

Page Commands

These Page Commands are used in NetLinx Programming Language and are case insensitive.
Page Commands

@APG

Add a specific popup page to a specified popup group.if it does not already exist. If the new popup is added to a group which
has a popup displayed on the current page along with the new pop-up, the displayed popup will be hidden and the new popup
will be displayed.
Syntax:
Variable:
Example:

@CPG

Clear all popup pages from specified popup group.
Syntax:
Variable:
Example:

@DPG

Delete a specific popup page from specified popup group if it exists.
Syntax:
Variable:
Example:
MVP-5200i Modero® ViewPoint® Touch Panel with Intercom - Instruction Manual
For panels supporting gestures. Sets whether or not the panel sends a custom event to the master whenever a
gesture is detected.
Syntax:
"'^GCE-ON'" or "'^GCE-OFF'"
NOTE: This setting is not retained and the default is to always send the events. To enable sending the event, the value
after the dash can be "on", "ON", or "1". Anything else will disable sending custom events.
"'@APG-<popup page name>;<popup group name>'"
popup page name = 1 - 50 ASCII characters. Name of the popup page.
popup group name = 1 - 50 ASCII characters. Name of the popup group.
SEND_COMMAND Panel,"'@APG-Popup1;Group1'"
Adds the popup page 'Popup1' to the popup group 'Group1'.
"'@CPG-<popup group name>'"
popup group name = 1 - 50 ASCII characters. Name of the popup group.
SEND_COMMAND Panel,"'@CPG-Group1'"
Clears all popup pages from the popup group 'Group1'.
"'@DPG-<popup page name>;<popup group name>'"
popup page name = 1 - 50 ASCII characters. Name of the popup page.
popup group name = 1 - 50 ASCII characters. Name of the popup group.
SEND_COMMAND Panel,"'@DPG-Popup1;Group1'"
Deletes the popup page 'Popup1' from the popup group 'Group1'.
Programming
81

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mvp-5200i-gw

Table of Contents