Key; Left; Next; Page.down - AMX NMX-MM-1000 Instruction Manual

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

Advertisement

NetLinx Commands (Cont.)

KEY

Issues a series of
keystrokes to the active app.

LEFT

Issues an ARROW-LEFT
keystroke to the active app.

NEXT

Issues a NEXT command to
the active app.

PAGE.DOWN

Issues a PAGE DOWN
keystroke to the active app.

PAGE.UP

Issues a PAGE UP
keystroke to the active app.

PAUSE

Issues a PAUSE command
to the active app.

PLAY

Issues a PLAY command to
the active app.

PREVIOUS

Issues a PREVIOUS
command to the active app.
QR
Displays a QR code on the
video output.

QR.CLOSE

Closes an active QR code.

REWIND

Issues a REWIND command
to the active app.

RIGHT

Issues an ARROW-LEFT
keystroke to the active app.

START

Starts a new session
Instruction Manual - NMX-MM-1000 Enzo Meeting Presentation System
Syntax:
SEND_COMMAND <DEV>, "'KEY-<string>'"
Variable:
string = The string of keystrokes you want to send.
Example:
SEND_COMMAND 1001:1:0, "'KEY-Hello, World'"
Actual results will be app-specific.
Syntax:
SEND_COMMAND <DEV>, "'LEFT'"
Actual results will be app-specific.
Syntax:
SEND_COMMAND <DEV>, "'NEXT'"
Actual results will be app-specific.
Syntax:
SEND_COMMAND <DEV>, "'PAGE.DOWN'"
Actual results will be app-specific.
Syntax:
SEND_COMMAND <DEV>, "'PAGE.UP'"
Actual results will be app-specific.
Syntax:
SEND_COMMAND <DEV>, "'PAUSE'"
Actual results will be app-specific.
Syntax:
SEND_COMMAND <DEV>, "'PLAY'"
Actual results will be app-specific.
Syntax:
SEND_COMMAND <DEV>, "'PREVIOUS'"
Syntax:
SEND_COMMAND <DEV>, "'QR-<url>'"
SEND_COMMAND <DEV>, "'QR-<url>,<title>'"
SEND_COMMAND <DEV>, "'QR-<url>,<title>,<link>'"
Variables:
url = The actual URL to display as a QR code
title = A title to display for the QR code. This argument is optional.
link = true or false. Display a text version of the URL.
Example:
SEND_COMMAND 1001:1:0,"'QR-http://www.amx.com,,true'"
Shows a QR code for the AMX website without a title but with a text version of the URL.
Syntax:
SEND_COMMAND <DEV>, "'QR.CLOSE'"
Actual results will be app-specific.
Syntax:
SEND_COMMAND <DEV>, "'REWIND'"
Actual results will be app-specific.
Syntax:
SEND_COMMAND <DEV>, "'RIGHT'"
Syntax:
SEND_COMMAND <DEV>, "'START'"
Programming
57

Advertisement

Table of Contents
loading

Table of Contents