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 #106 background imageLoading...
Page #106 background image
NetLinx Programming
106
TPI-PRO-DVI - Instruction Manual
Button Commands (Cont.)
^TXT Assign a Non-Unicode text string to those buttons with a defined address range.
Syntax:
"'^TXT-<vt addr range>,<button states range>,<new text>'"
Variables:
• 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).
• new text = 1 - 50 ASCII characters.
Example:
SEND_COMMAND Panel,"'^TXT-500.504&510.515,1&2,Test Only'"
Sets the On and Off state text for buttons with the variable text ranges of 500-504 and 510-515.
?TXT Get the current text information.
Syntax:
"'?TXT-<vt addr range>,<button states range>,<optional index>'"
Variables:
• 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).
• optional index = This is used if a string was too long to get back in one command.The reply will start at this index.
• custom event type 1001:
Flag - Zero
Value1 - Button state number
Value2 - Actual length of string
Value3 - Index
Text - Text from the button
Text length - Button text length
Example:
SEND COMMAND Panel,"'?TXT-529,1'"
Gets the button 'OFF state' text information.
The result sent to the Master would be:
ButtonGet Id = 529 Type = 1001
Flag = 0
VALUE1 = 1
VALUE2 = 14
VALUE3 = 1
TEXT = This is a test
TEXT LENGTH = 14
^UNI Set Unicode text. For the ^UNI command (%UN and ^BMF command), the Unicode text is sent as ASCII-HEX nibbles.
Syntax:
"'^UNI-<vt addr range>,<button states range>,<unicode text>'"
Variables:
• 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).
• unicode text = Unicode HEX value.
Example:
SEND_COMMAND Panel,"'^UNI-500,1,0041'"
Sets the button’s unicode character to ’A’.
Note: To send the variable text ’A’ in unicode to all states of the variable text button 1, (for which the character code is 0041
Hex), send the following command:
SEND_COMMAND TP,"'^UNI-1,0,0041'"
Note: Unicode is always represented in a HEX value. TPD4 generates (through the Text Enter Box dialog box) unicode HEX
values. Refer to the TPDesign4 Instruction Manual for more information.

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