EasyManuals Logo
Home>AMX>Recording Equipment>TPI-PRO-DVI-2

AMX TPI-PRO-DVI-2 User Manual

AMX TPI-PRO-DVI-2
166 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #123 background imageLoading...
Page #123 background image
NetLinx Programming
123
TPI-PRO-DVI - Instruction Manual
TakeNote Commands (Cont.)
^TNA-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>,"'^TNA-PENCOLOR,<color>'"
Variable:
color = The color you want to use for the pen. See the RGB Triplets and Names for Basic 88
Colors section on page 77 for more information, or use a hexadecimal RGB code (#FF0000).
Example 1:
SEND_COMMAND Panel,"'^TNA-PENCOLOR,Blue'"
Example 2:
SEND_COMMAND Panel,"'^TNA-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.
?TNA-PENCOLOR Queries the current pen color on a remote TakeNote client. Returns a value in the format of
#AARRGGBB. 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>,"'?TNA-PENCOLOR'"
Example Response 1:
"Custom Event: ID: 1, Type: 1500, Flag 4, Value1: 0xbe Text: PenColor"
Example Response 2:
"Custom Event: ID: 1, Type: 1500, Flag 4, Value1: 0xFF00 Text: PenColor"
^TNA-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>,"'^TNA-PENOPACITY,<opacity>'"
Variable:
opacity = A value between 0-100
Example:
SEND_COMMAND Panel,"'^TNA-PENOPACITY,75'"
?TNA-PENOPACITY Queries the current opacity of the pen.
Syntax:
SEND_COMMAND <DEV>,"'?TNA-PENOPACITY'"
Example Response:
"Custom Event: ID: 1, Type: 1500, Flag 5, Value1: 75 Text: PenOpacity"
^TNA-PENSTYLE Sets the pen style. Valid values are the textual representation (case insensitive), or 0-2.
Syntax:
SEND_COMMAND <DEV>,"'^TNA-PENSTYLE,<style>'"
Variable:
style = Solid(0), Dotted(1), Dashed(2)
Example:
SEND_COMMAND Panel,"'^TNA-PENSTYLE,Dashed'"
^TNA-PENWIDTH Sets the pen width. Valid values are 1-50.
Syntax:
SEND_COMMAND <DEV>,"'^TNA-PENWIDTH,<width>'"
Variable:
width = The width of the pen. Enter a value between 1-50.
Example:
SEND_COMMAND Panel,"'^TNA-PENWIDTH,50'"
^TNA-REDO Redoes the previous TakeNote action.
Syntax:
SEND_COMMAND <DEV>,"’^TNA-REDO’"
^TNA-SAVE Saves the current session to file.
Syntax:
SEND_COMMAND <DEV>,"’^TNA-SAVE’"

Table of Contents

Other manuals for AMX TPI-PRO-DVI-2

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the AMX TPI-PRO-DVI-2 and is the answer not in the manual?

AMX TPI-PRO-DVI-2 Specifications

General IconGeneral
BrandAMX
ModelTPI-PRO-DVI-2
CategoryRecording Equipment
LanguageEnglish

Related product manuals