EasyManua.ls Logo

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 #125 background imageLoading...
Page #125 background image
NetLinx Programming
125
TPI-PRO-DVI - Instruction Manual
TakeNote 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).
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 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,"'^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-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>,"'?TNB-<addr>,PENCOLOR'"
Example:
SEND_COMMAND Panel,"'?TNB-5,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"
^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-PENOPACITY Queries the current opacity of the pen.
Syntax:
SEND_COMMAND <DEV>,"'?TNB-<addr>,PENOPACITY'"
Example:
SEND_COMMAND Panel,"'?TNB-5,PENOPACITY'"
Example Response:
"Custom Event: ID: 1, Type: 1500, Flag 5, Value1: 75 Text: PenOpacity"
^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'"
?TNA-PENSTYLE Queries the current pen style.
Syntax:
SEND_COMMAND <DEV>,"'?TNA-PENSTYLE'"
Example Response:
"Custom Event: ID: 1, Type: 1500, Flag 1, Value1: <0-2> Text: <solid(0),
dotted(1), dashed(2)>"

Table of Contents

Other manuals for AMX TPI-PRO-DVI-2

Questions and Answers:

AMX TPI-PRO-DVI-2 Specifications

General IconGeneral
CategoryRecording Equipment
ModelTPI-PRO-DVI-2
ManufacturerAMX
Resolution SupportUp to 1920x1200
ControlRS-232, Ethernet
Power Supply12V DC
Inputs2 x DVI-I (Digital/Analog)
Outputs1 x DVI-I
Weight2.5 lbs

Summary

IMPORTANT SAFETY INSTRUCTIONS

TPI-PRO-DVI Specifications

System Installation

Configuring the TPI

Setting the Output Resolution

Guides on matching TPI output resolution to the connected monitor's specifications.

Calibrating the TPI

Calibrating the TPI Using a USB Input

Provides steps for calibrating touch input via a USB connection.

Configuring Communication Settings

Configuring IP Settings

Configuring a DHCP Address

Details how to configure the TPI with a DHCP-assigned IP address.

Configuring a Static IP Address

Guides on setting up a reserved Static IP Address for the TPI.

Upgrading Firmware

Prepare the TPI for Ethernet Communication

Details steps to ensure the TPI is ready for firmware update via Ethernet.

Using G4 Web Control®

Using Takenote™

Appendix A: Supported Input and Output Modes

Appendix B: Using NetLinx Studio to Connect to a NetLinx Master

Appendix C: Troubleshooting

Troubleshooting Information

Provides specific solutions for common symptoms encountered during TPI operation.

Related product manuals