Programming
97
NXD-700i & NXT-CA7 7” Modero Touch Panels
"^" Button Commands (Cont.)
^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.
Note: Colors can be set by Color Numbers, Color name, R,G,B,alpha colors (RRGGBBAA)
and R, G & B colors values (RRGGBB). Refer to the RGB Values for all 88 Basic
Colors table on page 77.
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 77.
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 98 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.
^TXT
Assign a Non-Unicode text string to those buttons with a defined address range.
Syntax:
"'^TXT-<vt addr range>,<button states range>,<new text>'"
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).
new text = 1 - 50 ASCII characters.
Example:
SEND_COMMAND Panel,"'^TXT-500.504&510.515,1&2,Test Only'"
Sets the On and Off state text for buttons with the variable text ranges of 500-504 &
510-515.
Содержание NXD-700i
Страница 4: ......
Страница 12: ...viii NXD 700i NXT CA7 7 Modero Touch Panels Table of Contents...
Страница 30: ...NXT CA7 Installation 18 NXD 700i NXT CA7 7 Modero Touch Panels FIG 19 RJ 45 wiring diagram...
Страница 52: ...Configuring Communication 40 NXD 700i NXT CA7 7 Modero Touch Panels...
Страница 138: ...Programming 126 NXD 700i NXT CA7 7 Modero Touch Panels...
Страница 148: ...Appendix A Text Formatting Codes 136 NXD 700i NXT CA7 7 Modero Touch Panels...
Страница 151: ...Appendix B Complex Script Support 139 NXD 700i NXT CA7 7 Modero Touch Panels...