Vnc Send Commands; Bvl; Bvg; Phn-Setup-Port - AMX Modero G5 Instruction Manual

X series g5 touch panels
Hide thumbs Also See for Modero G5:
Table of Contents

Advertisement

Programming - Send Commands
SIP Setup Commands (Cont.)

^PHN-SETUP-PORT

^PHN-SETUP-PROXYADDR Sets the IP address for the proxy server.

^PHN-SETUP-USERNAME

VNC Send Commands

VNC is handled via an external application and is displayed in a window. To enable a VNC connection to a remote
device, a VNC App window must be created in the TPD project.
A single window can support connections to multiple destinations, though not simultaneously. Once a window is open,
the parameters such as host, username, and password can be changed via send commands.
The following send commands are available to control VNC sessions. The application window name (from TPDesign5)
is used as the key to update VNC parameters. If an existing window is open, the session should be logged out first before
changing any parameters to avoid undefined behavior. Once all the parameters have been changed, then login to connect
with the new parameters.
VNC Send Commands

^BVL

^BVG

112
Sets the port number for the proxy server.
Syntax:
"'^PHN-SETUP-PORT,<port>'"
Variable:
port = The port for the proxy server
Example:
SEND_COMMAND Panel,"'^PHN-SETUP-PORT,5060'"
Syntax:
"'^PHN-SETUP-PROXYADDR,<IP>'"
Variable:
IP = The IP address for the proxy server
Example:
SEND_COMMAND Panel,"'^PHN-SETUP-PROXYADDR,192.168.223.111'"
Sets the user name for authentication with the proxy server.
Syntax:
"'^PHN-SETUP-USERNAME,<username>'"
Variable:
username = The user name (usually the phone extension)
Example:
SEND_COMMAND Panel,"'^PHN-SETUP-USERNAME,6003'"
Login to VNC Session.
Syntax:
^BVL-appWindowName,<1=Logon|0=Logoff>
Login/out of an existing session.
For logon, if the window is not open, the window is opened and the session is connected using the current
parameters. If the window is already open, then the session is updated to new/current parameters.
Logoff will close the session and window.
Update parameter list.
Syntax:
^BVG-appWindowName,paramList
This command is a generic form of the remainder of the commands. Any parameter in the VNC App Parameter
List from TPDesign can be updated with this command by including the KEV pair in the list.
For instance, the password can be changed:
^BVG-VNCClient,password=myNewPassword
One limitation is that no commas may be used in any of the fields.
Delimiters are not escaped at this time.
Modero G5 Touch Panels - Configuration and Programming

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents