Sce; Sdr; Sha - AMX Modero G5 Instruction Manual

X series g5 touch panels
Hide thumbs Also See for Modero G5:
Table of Contents

Advertisement

Button Commands (Cont.)

?SCE

^SDR

^SHA

Modero G5 Touch Panels - Configuration and Programming
Query Subpage Custom Event Numbers Command.
Query the assigned subpage custom event numbers for a subpage viewer button. A series of custom events
for the subpage viewer button may be sent as a response.
Syntax:
"'?SCE-<vt addr range>'"
Variables:
variable text address range = 1 - 4000.
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
Example:
(Assuming the previous command, '^SCE-200,32001,0,0,0', has been sent...)
SEND_COMMAND Panel, "'?SCE-200'"
If the subpage named TV_Favorite_SyFy enters is in 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:
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
Enabling subpage dynamic reordering. 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.
Syntax:
"'^SDR-<vt addr range>,<enable state>,<optional hold 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.
Subpage Hide All Command.
Hide all subpages in a subpage viewer button.
Syntax:
"'^SHA-<vt addr range>'"
Variables:
variable text address range = 1 - 4000.
Example:
SEND_COMMAND Panel,"'^SHA-200'"
Remove all subpages from subpage viewer button with address 200.
Programming - Send Commands
75

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents