NetLinx Programming
155
TPI-PRO/DVI (Total Presentation Interface)
TakeNote Send Commands (Cont.)
^TNB-PENCOLOR
Sets the pen color for a remote
TakeNote client.
Valid values are predefined NetLinx color names or hex coded Alpha + RGB
(ARGB) values. The LSB of ARGB are always reserved. Note that if you
request a color that has a reserved bit set, the bit will be ignored. For
example, setting a border color to Blue/#ff and setting the pen color to
Blue/#ff may result in slightly different shades of blue on screen. This is true
for any color used due to the reserved bits in the pen color. This command
should be sent to the remote TakeNote client DPS and not the TakeNote
server (PC App and/or TPI/PRO).
Syntax:
SEND_COMMAND <DEV>,"'^TN5-<addr>,PENCOLOR,<color>'"
Variable:
addr = The address of the device
color = The color you want to use for the pen. See the
section on page 88 for more information, or use
a hexadecimal RGB code (#FF0000).
Example 1:
SEND_COMMAND Panel,"'^TNB-5,PENCOLOR,Blue'"
Example 2:
SEND_COMMAND Panel,"'^TNB-5,PENCOLOR,#00ff00'"
Note: The color you submit may be adjusted internally for opacity. If you
submit a PENCOLOR request of white or #FFFFFF, you may not get the
same value back, however, it will be close.
^TNB-PENOPACITY
Sets the opacity of the pen
This also sets the color picker opacity level for visual indication of opacity/
new color.
Syntax:
SEND_COMMAND <DEV>,"'^TNB-<addr>,PENOPACITY,<opacity>'"
Variable:
addr = The address of the device
opacity = A value between 0-100
Example:
SEND_COMMAND Panel,"'^TNB-5,PENOPACITY,75'"
^TNB-PENSTYLE
Sets the pen style
Valid values are the textual representation (case insensitive), or 0-2.
Syntax:
SEND_COMMAND <DEV>,"'^TNB-<addr>,PENSTYLE,<style>'"
Variable:
addr = The address of the device
style = Solid(0), Dotted(1), Dashed(2)
Example:
SEND_COMMAND Panel,"'^TNB-5,PENSTYLE,Dashed'"
^TNB-PENWIDTH
Sets the pen width
Valid values are 1-50.
Syntax:
SEND_COMMAND <DEV>,"'^TNB-<addr>,PENWIDTH,<width>'"
Variable:
addr = The address of the device
width = The width of the pen. Enter a value between 1-50.
Example:
SEND_COMMAND Panel,"'^TNB-5,PENWIDTH,50'"
Содержание TPI-PRO-4
Страница 14: ...xii TPI PRO Total Presentation Interface Table of Contents ...
Страница 76: ...TPI PRO DVI Configuration Pages 70 TPI PRO DVI Total Presentation Interface ...
Страница 172: ...Terminal Telnet Commands 166 TPI PRO DVI Total Presentation Interface ...
Страница 180: ...Upgrading Firmware 174 TPI PRO DVI Total Presentation Interface ...
Страница 208: ...Supported Input and Output Modes 202 TPI PRO DVI Total Presentation Interface ...
Страница 214: ...Appendix 208 TPI PRO DVI Total Presentation Interface ...
Страница 217: ...Troubleshooting 203 TPI PRO Total Presentation Interface ...