Subpages Commands; Epr; Sce; Sdr - AMX MST-1001 Configuration Manual

Modero s series tabletop touch panel and landscape wall mount touch panel
Table of Contents

Advertisement

Subpages Commands

Subpages Commands

^EPR

^SCE

^SDR

Modero S Series Touch Panels - Configuration & Programming Manual
Execute Push on Release.
Syntax:
^EPR-<addressArray>,<state>
This sets the subpage viewer in a mode where a push will not be sent to the master until a touch release is received. Any
movement of the finger during the screen press will cause neither the press nor the release to be sent.
State 0 is off, State 1 is on.
Example:
SEND_COMMAND 10001:1:0,'^EPR-401,1'
Configures subpage custom events.
Syntax:
"'^SCE-<vt addr range>,<optional anchor event num>,<optional onscreen event num>,<optional
offscreen event num>,<optional reorder event num>'"
This command can be used to enable or disable the transmission of custom events to the master whenever certain
operations occur. For example, the system programmer may want to be notified whenever a subpage enters the anchor
position. The notification mechanism is a custom event.
The ^SCE command takes the form of a vt addr range specifying one or more subpage viewer buttons followed by a
comma separated list of custom event numbers. If the number is 0 or blank for a given event type then no custom event
will be transmitted when that event occurs. If a number is specified, then it is used as the EVENTID value for the custom
event. The range of 32001 to 65535 has been reserved in the panel for user custom event numbers. A different value could
be used but might collide with other AMX event numbers.
Event configuration is not permanent and all event numbers revert to the default of 0 when the panel restarts.
The events are:
Anchor - a new subpage has docked in the anchor position
Onscreen - a docking operation has been completed and the subpages in the list are now onscreen. This list will include the
anchor along with any subpages that may be partially onscreen.
Offscreen - a docking operation has been completed and the subpages in the list are now offscreen.
Reorder - the user has reordered the subpages in the set and the list contains all subpages in the new order without regard
to onscreen or offscreen state.
In response to any or all of the above events, the panel will create a string which is a list of subpage names separated by a
pipe (|) character. The string for the anchor event is a single subpage name. If this string is too long to be transmitted in a
single custom event, then multiple custom events will be created and transmitted.
The format of the custom event transmitted to the master is as follows:
CUSTOM.TYPE = EVENTID = the non-zero event number in the ^SCE command
CUSTOM.ID = ADDRESS = the address of the viewer button which generated the event
CUSTOM.FLAG = 0
CUSTOM.VALUE1 = which one of possible multiple events this is (1 based)
CUSTOM.VALUE2 = total number of events needed to send the entire string
CUSTOM.VALUE3 = the total size of the original string in bytes
CUSTOM.TEXT = pipe character separated list of subpage names
As an example, if the subpage named TV_Favorite_SyFy enters the anchor position on a subpage viewer button with an
address of 200, the following event would be transmitted to the master when the user had sent this command to the panel:
^SCE-200,32001,0,0,0
CUSTOM.TYPE = EVENTID = 32001
CUSTOM.ID = ADDRESS = 200
CUSTOM.FLAG = 0
CUSTOM.VALUE1 = 1
CUSTOM.VALUE2 = 1
CUSTOM.VALUE3 = 16
CUSTOM.TEXT = TV_Favorite_SyFy
If defined, the events are sent in this order when a docking operation completes on a given viewer button: anchor,
onscreen, offscreen.
If reorder is defined and occurs, it is sent first: reorder, anchor, onscreen, offscreen
Enabling subpage dynamic reordering.
Syntax:
"'^SDR-<vt addr range>,<enable state>,<optional hold time>'"
This command can be used to enable or disable dynamic reordering for a given viewer button or set of viewer buttons. It
can also be used to set the amount of time to wait before initiating the single finger reorder time.
Variables:
enable state - This value can be either "on" or "ON" or "1" to enable dynamic reordering for the specified viewer
button(s). Any other value will disable dynamic reordering for the specified viewer button(s).
hold time - This value is in tenths of a second. The value will be rounded up to the next highest quarter of a second. This
is the amount of time that the user must press and hold a subpage with a single finger to trigger a dynamic reordering
operation.
Programming
85

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Msd-701-lMst-431Msd-431-lMsd-1001-lMst-701

Table of Contents