Skt ^sto ^tec ^tef ^top – AMX Modero NXD/NXT-1200VG User Manual
Page 218
Programming
204
VG-Series Modero Touch Panels
"^" Button Commands (Cont.)
^SKT
Receive touch
information on
specified socket.
Syntax:
'^SKT-<0=disable socket, greater than 1023=enable socket on
specified port>
Only socket values equal to or greater than 1024 are valid. The panel will open up a TCP
listening socket on the port specified. User or 3rd party program can connect to the panel
using this port/socket number and receive touch/release/move strings. By default, the
panel disables touch notifications on startup. Format of the output is:
Example:
send_command TP, '^SKT-7425' (enables touch notifications on
socket 7425) send_command TP, '^SKT-0' (disable touch
notification)
^STO
Set the shutdown
timeout.
Returned in Custom event.
Variable:
Value1=shutdown timeout value (in minutes)
^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-
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 184.
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-
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 206 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.
^TOP
Enables/disables
touch output to
master.
Syntax:
^TOP-<0=disable output,1=enable output>
Enable/disable send strings sent to master when PRESS/RELEASE happens:
Press,564,219
or
Release,445,224