Stop; Web; Web.close - AMX NMX-MM-1000 Instruction Manual

Enzo meeting presentation system
Hide thumbs Also See for NMX-MM-1000:
Table of Contents

Advertisement

Programming
NetLinx Commands (Cont.)

STOP

Issues a STOP command to
the active app.
UP
Issues an ARROW-UP
keystroke to the active app.

WEB

Opens a web page.

WEB.CLOSE

Closes an open web page.
58
Actual results will be app-specific.
Syntax:
SEND_COMMAND <DEV>, "'STOP'"
Actual results will be app-specific.
Syntax:
SEND_COMMAND <DEV>, "'UP'"
Syntax:
SEND_COMMAND <DEV>, "'WEB-<url>,<title>'"
SEND_COMMAND <DEV>, "'WEB-<url>,<title>,<mobile: true|false>'"
Variables:
url = The URL to display
title = The title of the display. This argument is optional.
mobile = true|false: 'True' will request the URL to load the mobile version of the web
page. 'False' will request the URL to load the desktop version of the web page.
(Note: If this option is omitted, it defaults to 'false' thus resulting in a 'desktop' version
of the requested URL.)
Example:
SEND_COMMAND 1001:1:0,"'WEB-http://www.amx.com,AMX'"
Syntax:
SEND_COMMAND <DEV>, "'WEB.CLOSE'"
Instruction Manual - NMX-MM-1000 Enzo Meeting Presentation System

Advertisement

Table of Contents
loading

Table of Contents