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 #119 background imageLoading...
Page #119 background image
NetLinx Programming
119
TPI-PRO-DVI - Instruction Manual
Dynamic Image Commands
NOTE: A device must first be def ined in the NetLinx programming language with values for the Device: Port: System (in all
programming examples - Panel is used in place of these values and represents all compatible G4 devices).
The following table describes Dynamic Image Commands.
List View Commands (Cont.)
^LVP Display a new position. If the select option is set, then select that position.
Syntax:
SEND_COMMAND <DEV>,"'^LVP-<view address>,<index>'"
Variables:
view address = the address of the view definition
index = the row number in sequential order (first row is 1)
Example:
SEND_COMMAND Device,"'^LVP-5,3'"
Sets the display position starting at the third row and displays it according to the view definitions located at address 5.
^LVS Set the column order for sorting. Update must be called for changes to take effect.
Syntax:
SEND_COMMAND <DEV>,"'^LVS-<view address>,<column>,<column>…'"
Variables:
view address = the address of the view definition
column = the starting column number (first column is 1)
Example:
SEND_COMMAND Device,"'^LVS-3,5,2,1'"
Sets the column sort order to column 5 first, then column 2 and then column 1.
The data list is displayed according to the view definitions located at address 3.
^LVU Update any view currently looking at this list.
Note: This must be called after changes to list data.
Syntax:
SEND_COMMAND <DEV>,"'^LVU-<view address>'"
Variables:
view address = the address of the view definition
Example:
SEND_COMMAND Device,"'LVU-3'"
Updates the data list and displays it according to the view definitions located at address 3.
Dynamic Image Commands
^BBR Set the bitmap of a button to use a particular resource.
Syntax:
"'^BBR-<vt addr range>,<button states range>,<resource 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).
resource name = 1 - 50 ASCII characters.
Example:
SEND_COMMAND Panel,"'^BBR-700,1,Sports_Image'"
Sets the resource name of the button to ’Sports_Image’.
^RAF Adds any and all resource parameters by sending embedded codes and data. Since the embedded codes are preceded by a '%'
character, any '%' character contained in the URL must be escaped with a second '%' character (see example).
The file name field (indicated by a %F embedded code) may contain special escape sequences as shown in the ^RAF, ^RMF -
Embedded Codes table below.
Syntax:
"'^RAF-<resource name>,<data>'"
Variables:
resource name = 1 - 50 ASCII characters.
data = Refers to the embedded codes, see the ^RAF, ^RMF - Embedded Codes section on page 120.
Example:
SEND_COMMAND Panel,"'^RAF-New Image,%P0%HAMX.COM%ALab/Test%%5Ffile%Ftest.jpg'"
Adds a new resource.
The resource name is ’New Image’
%P (protocol) is an HTTP
%H (host name) is AMX.COM
%A (file path) is Lab/Test_file
•%F (file name) is test.jpg.
Note that the %%5F in the file path is actually encoded as %5F.

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