Download AMX MVP-5150

Transcript
Programming
"^" Button Commands (Cont.)
^BVN
Syntax:
SEND_COMMAND <DEV>,"'^BVN-<vt addr range>,<remote host>'"
Set the computer
control remote
Variables:
host for the
variable text address range = 1 - 4000.
specified address.
remote host = 1 - 50 ASCII characters.
Example:
SEND_COMMAND Panel,"'^BVN-500,191.191.191.191'"
Sets the remote host to '191.191.191.191' for the specific computer control button.
^BVP
Syntax:
"'^BVP-<vt addr range>,<network password>'"
Set the network
password for the
Variable:
specified address.
variable text address range = 1 - 4000.
network password = 1 - 50 ASCII characters.
Example:
SEND_COMMAND Panel,"'^BVP-500,PCLOCK'"
Sets the password to PCLOCK for the specific PC control button.
^BVT
Set the computer
control network
port for the specified address.
Syntax:
"'^BVT-<vt addr range>,<network port>'"
Variable:
variable text address range = 1 - 4000.
network port = 1 - 65535.
Example:
SEND_COMMAND Panel,"'^BVT-500,5000'"
Sets the network port to 5000.
^BWW
By default, word-wrap is Off.
Set the button
word wrap feature to those buttons with a
defined address
range.
Syntax:
"'^BWW-<vt addr range>,<button states range>,<word wrap>'"
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).
word wrap = (0=Off and 1=On). Default is Off.
Example:
SEND_COMMAND Panel,"'^BWW-500,1,1'"
Sets the word wrap on for the button’s Off state.
^CPF
Syntax:
"'^CPF-<vt addr range>'"
Clear all page flips
from a button.
Variable:
variable text address range = 1 - 4000.
Example:
SEND_COMMAND Panel,"'^CPF-500'"
Clears all page flips from the button.
^DLD
Syntax:
Set the disable
cradle LED flag.
Variable:
"'^DLD-<status>'"
status = (0= cradle operates normally, 1= forces the cradle LEDs to always be dim).
Example:
SEND_COMMAND Panel,"'^DLD-1'"
Disables the cradle LEDs.
124
MVP-5100/5150 5.2" Modero Viewpoint Touch Panels