User Guide
Programming i!-PCLink/Web
21
i!-PCLinkWeb
In-bound Strings
i!-PCLink/Web supports the following in-bound strings (device to master). All strings a terminated
with a carriage return (decimal 13, hex $0D):
i!-PCLink/Web Commands (Cont.)
MOUSE-MCLICK emulate a middle mouse click on the computer
MOUSE-RCLICK emulate a right mouse click on the computer
MOUSE-LDOUBLECLICK emulate a left mouse double click on the computer
MOUSE-MDOUBLECLICK emulate a middle mouse double click on the computer
MOUSE-RDOUBLECLICK emulate a right mouse double click on the computer
VOLUME- set computer volume :: <0-255> or <0%-100%>
( 'VOLUME-255' ) OR ( 'VOLUME-100%' )
VOLUME-MUTE set computer volume mute = MUTED
VOLUME-UNMUTE set computer volume mute = NOT MUTED
SAVEHOMEPAGE- store the homepage for the internal web browser 'SAVEHOMEPAGE-http://
www.amx.com' ) or if the URL is left off, this command will store the current
webpage's URL as the home page.
In-bound Strings
Command Description
DATE-<computer data> Returns the computers date in the <YYYY-MM-DD> format in
response to a DATE command.
TIME-<computer time> Returns the computers time in the <HH:MM:SS> format in
response to the TIME command.
COMPUTERNAME-<name> Returns the computers hostname in response to the COMPUTER-
NAME command.
COMPUTERIP-<IP address> Returns the computers IP address in response to the COMPUTER-
IP command.
COMPUTERUSER-<username> Returns the computers user full name in response to the COM-
PUTER-USER command.
COMPUTERACCOUNT-<name> Returns the computers user account name in response to the
COMPUTER-ACCOUNT command.
COMPUTERRESOLUTION-<resolution> Returns the computers display resolution in response to the COM-
PUTER-RESOLUTION command.
RET-<error description> Returns an error description when i!-PCLink/Web is unable to open
a file.
CURRENTDIR-<directory> Returns the Current Directory in response to a DIR or CD com-
mand.
TOTALCOUNT-<count> Returns the total file/directory/drive count in response to a DIR or
CD command.
DRIVECOUNT-<count> Returns the total drive count in response to a DIR or CD command.
DRIVE-<drive> Returns a drive entry in response to a DIR or CD command.
DIRCOUNT-<count> Returns the total directory count in response to a DIR or CD com-
mand.
DIR-<directory> Returns a directory entry in response to a DIR or CD command.
FILECOUNT-<count> Returns the total file count in response to a DIR or CD command.
FILE-<file name> Returns a file entry in response to a DIR or CD command.
SHORTCUT-<index>,<name> Returns a shortcut list item.
WINDOTITLE-<title> Returns the active window title.
BROWSERURL-<url> Returns the current URL from the internal web browser.