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 #117 background imageLoading...
Page #117 background image
NetLinx Programming
117
TPI-PRO-DVI - Instruction Manual
List View Commands
The TPI supports the following List View Commands.
Data List Commands (Cont.)
^LDD Deletes the data list
Syntax:
"'^LDD-<list address>'"
Variables:
list address = address where data resides
Example:
SEND_COMMAND Device, "'^LDD-1'"
Deletes the data list located at address 1.
^LDT Set the column type for a data list by modifying its column type. Column is the index of the first type to set. Additional types sent
will be set in this order:
0 - Text
1 - Reserved
2 - Reserved
3 - Channel
4 - Page
Syntax:
SEND_COMMAND <DEV>,"'^LDT-<list address>,<column>,<type>,<type>…'"
Variables:
list address = address where data resides
column = the starting column number (first column is 1)
type = subsequent columns. 0 - Text; 3 - Channel; 4 - Page
Example:
SEND_COMMAND Device,"'^LDT-1,1,0,0,0'"
Sets the column type for the data list located at address 1.
The column type starts at column 1, the first column is Text, the second and third columns are also Text.
^LDL Modifies the data in a single column field. This can be used to load a data list that has long text fields.
Syntax:
SEND_COMMAND <DEV>,"'^LDL-<list address>, <column>, <uniflag>, <primary data>,<data column>'"
Variables:
list address = address where data resides
column = the starting column number (first column is 1)
uniflag = indicates unicode; 0 - No unicode, 1 - Uses unicode
primary data = the "key" data column. The information in this column provides each row with its uniqueness.
new cell data = data information for a single field or "cell"
Example:
SEND_COMMAND Device,"'^LDL-1,1,0,Entry5,Music'"
The field located in column 1, in the row with the primary data "Entry5" and in the data list located at the address of 1 is a text
value of Music.
Example (unicode):
SEND_COMMAND Device, "'^LDL-1,1,1,0045006E0074007200790035,004D0075007300690063'"
The field located in column 1, in the row with the primary data "Entry5" and in the data list located at the address of 1 is a text
value of Music.
List View Commands
^LVC Set the table column display order according to the order of the entered column values.
Syntax:
SEND_COMMAND <DEV>,"'^LVC-<view address>,<column>,<column>…'"
Variables:
view address = the address of the view definition
column = the column number to display (first column is 1)
Example:
SEND_COMMAND Device,"'^LVC-3,5,2,1'"
Sets the column display order to column 5 f irst, then column 2, and then column 1.
The data list is displayed according to the view definitions located at address 3.

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