AMX MVP-8400i Universal Remote User Manual


 
Programming
123
MVP-8400i 8.4" Modero® ViewPoint® Touch Panel with Intercom
"^" Button Commands (Cont.)
^SKT
Enable socket
touch
Syntax:
"'^SKT'"
Example:
SEND COMMAND Panel,"'^SKT'"
Example:
Press,34,203
Release,34,21
Move,30,20
Opens up a listening TCP socket on port specified by send_command (must be > 1023).
User can connect to socket and read touch values for the panel. Format of the output is:
<Press/Release/Move>,<x-coordinate>,<y-coordinate>
^SHO
Show or hide a
button with a set
variable text
range.
Syntax:
"'^SHO-<vt addr range>,<command value>'"
Variable:
variable text address range = 1 - 4000.
command value = (0= hide, 1= show).
Example:
SEND_COMMAND Panel,"'^SHO-500.504&510.515,0'"
Hides buttons with variable text address range 500-504 & 510-515.
^STO
Set the timeout
value for
shutdown
Syntax:
"'^STO'"
Example:
SEND COMMAND Panel,"'^STO'"
Sets the timeout value for shutting down the panel.
^TEC
Set the text effect
color for the
specified
addresses/states
to the specified
color.
The Text Effect is specified by name and can be found in TPD4. You can also assign the
color by name or RGB value (RRGGBB or RRGGBBAA).
Syntax:
"'^TEC-<vt addr range>,<button states range>,<color value>'"
Variable:
variable text address range = 1 - 4000.
button states range = 1 - 256 for multi-state buttons (0 = All states, for General buttons
1 = Off state and 2 = On state).
color value = Refer to theRGB Values for all 88 Basic Colors table on page 101.
Example:
SEND_COMMAND Panel,"'^TEC-500.504&510.515,1&2,12'"
Sets the text effect color to Very Light Yellow on buttons with variable text 500-504
and 510-515.
^TEF
Set the text effect.
The Text Effect is specified by name and can be found in TPD4.
Syntax:
"'^TEF-<vt addr range>,<button states range>,<text effect name>'"
Variable:
variable text address range = 1 - 4000.
button states range = 1 - 256 for multi-state buttons (0 = All states, for General buttons
1 = Off state and 2 = On state).
text effect name = Refer to theText Effects table on page 126 for a listing of text
effect names.
Example:
SEND_COMMAND Panel,"'^TEF-500.504&510.515,1&2,Soft Drop Shadow
3'"
Sets the text effect to Soft Drop Shadow 3 for the button with variable text range 500-504
and 510-515.