Top; Txt; Uni - AMX MVP-5200i-GB Instruction Manual

Table of Contents

Advertisement

Button Commands (Cont.)

^TOP

Send events to the Master as string events. If enabled, Press/Move/Release events are sent to the Master as string events.
Syntax:
<state> is 0(disable) 1(presses/releases), 2(moves), 3(press/move/release).
Note: Move should be used with caution. This setting can generate a signif icant amount of traff ic to the master depending on user
interaction.
Example:
Example Response:
Example Response:

^TXT

Assign a text string to those buttons with a defined address range.Sets Non-Unicode text.
Syntax:
Variable:
Example:
?TXT
Get the current text information.
Syntax:
Variable:
Example:
Gets the button 'OFF state' text information.
The result sent to the Master would be:

^UNI

Set Unicode text. For the ^UNI command (%UN and ^BMF command), the Unicode text is sent as ASCII-HEX nibbles.
Syntax:
Variable:
Example:
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:
Note: Unicode is always represented in a HEX value. TPD4 generates (through the Text Enter Box dialog) unicode HEX values. Refer
to the TPDesign4 Instruction Manual for more information.
MVP-5200i Modero® ViewPoint® Touch Panel with Intercom - Instruction Manual
"'^TOP-<state>'"
"'^TOP-1'"
"String Event: Text: Press,320,480"
"String Event: Text: Release,320,480"
"'^TXT-<vt addr range>,<button states range>,<new text>'"
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.
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 & 510-515.
"'?TXT-<vt addr range>,<button states range>,<optional index>'"
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
SEND COMMAND Panel,"'?TXT-529,1'"
ButtonGet Id = 529 Type = 1001
Flag
= 0
VALUE1 = 1
VALUE2 = 14
VALUE3 = 1
TEXT
= This is a test
TEXT LENGTH = 14
"'^UNI-<vt addr range>,<button states range>,<unicode text>'"
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.
SEND_COMMAND Panel,"'^UNI-500,1,0041'"
Sets the button's unicode character to 'A'.
SEND_COMMAND TP,"'^UNI-1,0,0041'"
Programming
108

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mvp-5200i-gw

Table of Contents