Custom Events; Bluetooth Headsets; Amx Bluetooth Handset Custom Event; Dynamic Images - AMX MST-1001 Configuration Manual

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

Advertisement

Custom Events

Bluetooth Headsets

The following are custom events for Bluetooth handset functionality:
Custom Events for Bluetooth Handsets
AMX Bluetooth
Handset Custom
Event

Dynamic Images

Custom Events for Dynamic Images
Resource Load
Notif ication
custom event

Popups

Custom Events for Popups
^PUN Notifies when a popup custom event has been sent to the Master. When a popup is attached, detached, or moved on a page, a
custom event is sent to the master from port 1 of the device to indicate the popup's location. On a move, the custom event is sent
when the move is complete but not when the moves starts or is in progress.
Notifications happen via a custom event (1323) sent to the master. The same event type (132) is used for ?PUL responses.
Syntax:
'^PUN-<enable>'
Variable:
enable: 0 = disable, 1 = user pages only, and 2 = all pages (user + system)
Custom Event fields:
ID = 0
Type = 1323
Flag = operation (0=location query, 10=attach, 20=drag, 30=detach)
Value1 = x coordinate of popup
Value2 = y coordinate of popup
Value3 = 0
Text = popup name
Text = popup name
Modero S Series Touch Panels - Configuration & Programming Manual
Sent to indicate pushes/events on the AMX Bluetooth Headset (MXA-HST).
CUSTOM.TYPE = EVENTID = 790
CUSTOM.ID = ADDRESS = 0
CUSTOM.FLAG = Accept(1), Reject/Hangup(2), Redial(4)
CUSTOM.VALUE1 = 0
CUSTOM.VALUE2 = 0
CUSTOM.VALUE3 = 0
CUSTOM.TEXT = blank
Received when a resource for which notification is enabled is loaded.
CUSTOM.TYPE = EVENTID = 1400
CUSTOM.ID = 0
CUSTOM.FLAG = 0
CUSTOM.VALUE1 = 0
CUSTOM.VALUE2 = 0
CUSTOM.VALUE3 = 0
CUSTOM.TEXT = String containing the resource name
Example:
BUTTON_EVENT[Panel,1]
{
PUSH:
{
SEND_COMMAND Panel, '^RFRP-Sports_Image,once';
}
}
CUSTOM_EVENT[Panel,0,1400]
{
SEND_STRING 0,"'*** Dynamic Image loaded. Resource=',CUSTOM.TEXT,' ***'"
// resulting string for Sports_Image would be '*** Dynamic Image loaded.
Resource=Sports_Image ***'
}
// refresh the resource name
'Sports_Image'
Programming
87

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