AMX Modero NXD-700Vi User Manual

Page 171

Advertising
background image

Programming

149

7" Modero Widescreen Touch Panels

"^" Button Commands (Cont.)

^BSP

Set the button
size and position.

Set the button size and its position on the page.

Syntax:

"'^BSP-<vt addr range>,<left>,<top>,<right>,<bottom>'"

Variable:

variable text address range = 1 - 4000.

left = left side of page.

top = top of page.

right = right side of page.

bottom = bottom of page.

Example:

SEND_COMMAND Panel,"'^BSP-530,left,top'"

Sets the button with variable text 530 in the left side top of page.

^BVL

Log-On/Log-Off
the computer
control
connection.

Syntax:

"'^BVL-<vt addr range>,<connection>'"

Variable:

variable text address range = 1 - 4000.

connection = 0 (Log-Off connection) and 1 (Log-On connection).

Example:

SEND_COMMAND Panel,"'^BVL-500,0'"

Logs-off the computer control connection of the button.

^BVN

Set the network
name for the
specified address.

Syntax:

"'^BVN-<vt addr range>,<network name>'"

Variable:

variable text address range = 1 - 4000.

network name = 1 - 50 ASCII characters.

Example:

SEND_COMMAND Panel,"'^BVN-500,191.191.191.191'"

Sets the network name to ’191.191.191.191’ for the specific control button.

^BVP

Set the network
password for the
specified address.

Syntax:

"'^BVP-<vt addr range>,<network password>'"

Variable:

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.

Advertising